Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.contactcenterinsights/v1.Analysis
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates an analysis. The long running operation is done when the analysis has completed.
Create Analysis Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Analysis(name: string, args: AnalysisArgs, opts?: CustomResourceOptions);@overload
def Analysis(resource_name: str,
             args: AnalysisArgs,
             opts: Optional[ResourceOptions] = None)
@overload
def Analysis(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             conversation_id: Optional[str] = None,
             annotator_selector: Optional[GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs] = None,
             location: Optional[str] = None,
             name: Optional[str] = None,
             project: Optional[str] = None)func NewAnalysis(ctx *Context, name string, args AnalysisArgs, opts ...ResourceOption) (*Analysis, error)public Analysis(string name, AnalysisArgs args, CustomResourceOptions? opts = null)
public Analysis(String name, AnalysisArgs args)
public Analysis(String name, AnalysisArgs args, CustomResourceOptions options)
type: google-native:contactcenterinsights/v1:Analysis
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var analysisResource = new GoogleNative.Contactcenterinsights.V1.Analysis("analysisResource", new()
{
    ConversationId = "string",
    AnnotatorSelector = new GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs
    {
        IssueModels = new[]
        {
            "string",
        },
        PhraseMatchers = new[]
        {
            "string",
        },
        RunEntityAnnotator = false,
        RunIntentAnnotator = false,
        RunInterruptionAnnotator = false,
        RunIssueModelAnnotator = false,
        RunPhraseMatcherAnnotator = false,
        RunSentimentAnnotator = false,
        RunSilenceAnnotator = false,
        RunSummarizationAnnotator = false,
        SummarizationConfig = new GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs
        {
            ConversationProfile = "string",
            SummarizationModel = GoogleNative.Contactcenterinsights.V1.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel.SummarizationModelUnspecified,
        },
    },
    Location = "string",
    Name = "string",
    Project = "string",
});
example, err := contactcenterinsights.NewAnalysis(ctx, "analysisResource", &contactcenterinsights.AnalysisArgs{
	ConversationId: pulumi.String("string"),
	AnnotatorSelector: &contactcenterinsights.GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs{
		IssueModels: pulumi.StringArray{
			pulumi.String("string"),
		},
		PhraseMatchers: pulumi.StringArray{
			pulumi.String("string"),
		},
		RunEntityAnnotator:        pulumi.Bool(false),
		RunIntentAnnotator:        pulumi.Bool(false),
		RunInterruptionAnnotator:  pulumi.Bool(false),
		RunIssueModelAnnotator:    pulumi.Bool(false),
		RunPhraseMatcherAnnotator: pulumi.Bool(false),
		RunSentimentAnnotator:     pulumi.Bool(false),
		RunSilenceAnnotator:       pulumi.Bool(false),
		RunSummarizationAnnotator: pulumi.Bool(false),
		SummarizationConfig: &contactcenterinsights.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs{
			ConversationProfile: pulumi.String("string"),
			SummarizationModel:  contactcenterinsights.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModelSummarizationModelUnspecified,
		},
	},
	Location: pulumi.String("string"),
	Name:     pulumi.String("string"),
	Project:  pulumi.String("string"),
})
var analysisResource = new Analysis("analysisResource", AnalysisArgs.builder()
    .conversationId("string")
    .annotatorSelector(GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs.builder()
        .issueModels("string")
        .phraseMatchers("string")
        .runEntityAnnotator(false)
        .runIntentAnnotator(false)
        .runInterruptionAnnotator(false)
        .runIssueModelAnnotator(false)
        .runPhraseMatcherAnnotator(false)
        .runSentimentAnnotator(false)
        .runSilenceAnnotator(false)
        .runSummarizationAnnotator(false)
        .summarizationConfig(GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs.builder()
            .conversationProfile("string")
            .summarizationModel("SUMMARIZATION_MODEL_UNSPECIFIED")
            .build())
        .build())
    .location("string")
    .name("string")
    .project("string")
    .build());
analysis_resource = google_native.contactcenterinsights.v1.Analysis("analysisResource",
    conversation_id="string",
    annotator_selector={
        "issue_models": ["string"],
        "phrase_matchers": ["string"],
        "run_entity_annotator": False,
        "run_intent_annotator": False,
        "run_interruption_annotator": False,
        "run_issue_model_annotator": False,
        "run_phrase_matcher_annotator": False,
        "run_sentiment_annotator": False,
        "run_silence_annotator": False,
        "run_summarization_annotator": False,
        "summarization_config": {
            "conversation_profile": "string",
            "summarization_model": google_native.contactcenterinsights.v1.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel.SUMMARIZATION_MODEL_UNSPECIFIED,
        },
    },
    location="string",
    name="string",
    project="string")
const analysisResource = new google_native.contactcenterinsights.v1.Analysis("analysisResource", {
    conversationId: "string",
    annotatorSelector: {
        issueModels: ["string"],
        phraseMatchers: ["string"],
        runEntityAnnotator: false,
        runIntentAnnotator: false,
        runInterruptionAnnotator: false,
        runIssueModelAnnotator: false,
        runPhraseMatcherAnnotator: false,
        runSentimentAnnotator: false,
        runSilenceAnnotator: false,
        runSummarizationAnnotator: false,
        summarizationConfig: {
            conversationProfile: "string",
            summarizationModel: google_native.contactcenterinsights.v1.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel.SummarizationModelUnspecified,
        },
    },
    location: "string",
    name: "string",
    project: "string",
});
type: google-native:contactcenterinsights/v1:Analysis
properties:
    annotatorSelector:
        issueModels:
            - string
        phraseMatchers:
            - string
        runEntityAnnotator: false
        runIntentAnnotator: false
        runInterruptionAnnotator: false
        runIssueModelAnnotator: false
        runPhraseMatcherAnnotator: false
        runSentimentAnnotator: false
        runSilenceAnnotator: false
        runSummarizationAnnotator: false
        summarizationConfig:
            conversationProfile: string
            summarizationModel: SUMMARIZATION_MODEL_UNSPECIFIED
    conversationId: string
    location: string
    name: string
    project: string
Analysis Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Analysis resource accepts the following input properties:
- ConversationId string
- AnnotatorSelector Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotator Selector 
- To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- Location string
- Name string
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- Project string
- ConversationId string
- AnnotatorSelector GoogleCloud Contactcenterinsights V1Annotator Selector Args 
- To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- Location string
- Name string
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- Project string
- conversationId String
- annotatorSelector GoogleCloud Contactcenterinsights V1Annotator Selector 
- To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- location String
- name String
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- project String
- conversationId string
- annotatorSelector GoogleCloud Contactcenterinsights V1Annotator Selector 
- To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- location string
- name string
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- project string
- conversation_id str
- annotator_selector GoogleCloud Contactcenterinsights V1Annotator Selector Args 
- To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- location str
- name str
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- project str
- conversationId String
- annotatorSelector Property Map
- To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- location String
- name String
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- project String
Outputs
All input properties are implicitly available as output properties. Additionally, the Analysis resource produces the following output properties:
- AnalysisResult Pulumi.Google Native. Contactcenterinsights. V1. Outputs. Google Cloud Contactcenterinsights V1Analysis Result Response 
- The result of the analysis, which is populated when the analysis finishes.
- CreateTime string
- The time at which the analysis was created, which occurs when the long-running operation completes.
- Id string
- The provider-assigned unique ID for this managed resource.
- RequestTime string
- The time at which the analysis was requested.
- AnalysisResult GoogleCloud Contactcenterinsights V1Analysis Result Response 
- The result of the analysis, which is populated when the analysis finishes.
- CreateTime string
- The time at which the analysis was created, which occurs when the long-running operation completes.
- Id string
- The provider-assigned unique ID for this managed resource.
- RequestTime string
- The time at which the analysis was requested.
- analysisResult GoogleCloud Contactcenterinsights V1Analysis Result Response 
- The result of the analysis, which is populated when the analysis finishes.
- createTime String
- The time at which the analysis was created, which occurs when the long-running operation completes.
- id String
- The provider-assigned unique ID for this managed resource.
- requestTime String
- The time at which the analysis was requested.
- analysisResult GoogleCloud Contactcenterinsights V1Analysis Result Response 
- The result of the analysis, which is populated when the analysis finishes.
- createTime string
- The time at which the analysis was created, which occurs when the long-running operation completes.
- id string
- The provider-assigned unique ID for this managed resource.
- requestTime string
- The time at which the analysis was requested.
- analysis_result GoogleCloud Contactcenterinsights V1Analysis Result Response 
- The result of the analysis, which is populated when the analysis finishes.
- create_time str
- The time at which the analysis was created, which occurs when the long-running operation completes.
- id str
- The provider-assigned unique ID for this managed resource.
- request_time str
- The time at which the analysis was requested.
- analysisResult Property Map
- The result of the analysis, which is populated when the analysis finishes.
- createTime String
- The time at which the analysis was created, which occurs when the long-running operation completes.
- id String
- The provider-assigned unique ID for this managed resource.
- requestTime String
- The time at which the analysis was requested.
Supporting Types
GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse, GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponseArgs                  
- Annotations
List<Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Call Annotation Response> 
- A list of call annotations that apply to this call.
- Entities Dictionary<string, string>
- All the entities in the call.
- Intents Dictionary<string, string>
- All the matched intents in the call.
- IssueModel Pulumi.Result Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Model Result Response 
- Overall conversation-level issue modeling result.
- PhraseMatchers Dictionary<string, string>
- All the matched phrase matchers in the call.
- Sentiments
List<Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Conversation Level Sentiment Response> 
- Overall conversation-level sentiment for each channel of the call.
- Annotations
[]GoogleCloud Contactcenterinsights V1Call Annotation Response 
- A list of call annotations that apply to this call.
- Entities map[string]string
- All the entities in the call.
- Intents map[string]string
- All the matched intents in the call.
- IssueModel GoogleResult Cloud Contactcenterinsights V1Issue Model Result Response 
- Overall conversation-level issue modeling result.
- PhraseMatchers map[string]string
- All the matched phrase matchers in the call.
- Sentiments
[]GoogleCloud Contactcenterinsights V1Conversation Level Sentiment Response 
- Overall conversation-level sentiment for each channel of the call.
- annotations
List<GoogleCloud Contactcenterinsights V1Call Annotation Response> 
- A list of call annotations that apply to this call.
- entities Map<String,String>
- All the entities in the call.
- intents Map<String,String>
- All the matched intents in the call.
- issueModel GoogleResult Cloud Contactcenterinsights V1Issue Model Result Response 
- Overall conversation-level issue modeling result.
- phraseMatchers Map<String,String>
- All the matched phrase matchers in the call.
- sentiments
List<GoogleCloud Contactcenterinsights V1Conversation Level Sentiment Response> 
- Overall conversation-level sentiment for each channel of the call.
- annotations
GoogleCloud Contactcenterinsights V1Call Annotation Response[] 
- A list of call annotations that apply to this call.
- entities {[key: string]: string}
- All the entities in the call.
- intents {[key: string]: string}
- All the matched intents in the call.
- issueModel GoogleResult Cloud Contactcenterinsights V1Issue Model Result Response 
- Overall conversation-level issue modeling result.
- phraseMatchers {[key: string]: string}
- All the matched phrase matchers in the call.
- sentiments
GoogleCloud Contactcenterinsights V1Conversation Level Sentiment Response[] 
- Overall conversation-level sentiment for each channel of the call.
- annotations
Sequence[GoogleCloud Contactcenterinsights V1Call Annotation Response] 
- A list of call annotations that apply to this call.
- entities Mapping[str, str]
- All the entities in the call.
- intents Mapping[str, str]
- All the matched intents in the call.
- issue_model_ Googleresult Cloud Contactcenterinsights V1Issue Model Result Response 
- Overall conversation-level issue modeling result.
- phrase_matchers Mapping[str, str]
- All the matched phrase matchers in the call.
- sentiments
Sequence[GoogleCloud Contactcenterinsights V1Conversation Level Sentiment Response] 
- Overall conversation-level sentiment for each channel of the call.
- annotations List<Property Map>
- A list of call annotations that apply to this call.
- entities Map<String>
- All the entities in the call.
- intents Map<String>
- All the matched intents in the call.
- issueModel Property MapResult 
- Overall conversation-level issue modeling result.
- phraseMatchers Map<String>
- All the matched phrase matchers in the call.
- sentiments List<Property Map>
- Overall conversation-level sentiment for each channel of the call.
GoogleCloudContactcenterinsightsV1AnalysisResultResponse, GoogleCloudContactcenterinsightsV1AnalysisResultResponseArgs            
- CallAnalysis Pulumi.Metadata Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response 
- Call-specific metadata created by the analysis.
- EndTime string
- The time at which the analysis ended.
- CallAnalysis GoogleMetadata Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response 
- Call-specific metadata created by the analysis.
- EndTime string
- The time at which the analysis ended.
- callAnalysis GoogleMetadata Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response 
- Call-specific metadata created by the analysis.
- endTime String
- The time at which the analysis ended.
- callAnalysis GoogleMetadata Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response 
- Call-specific metadata created by the analysis.
- endTime string
- The time at which the analysis ended.
- call_analysis_ Googlemetadata Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response 
- Call-specific metadata created by the analysis.
- end_time str
- The time at which the analysis ended.
- callAnalysis Property MapMetadata 
- Call-specific metadata created by the analysis.
- endTime String
- The time at which the analysis ended.
GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse, GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponseArgs            
- TranscriptIndex int
- The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- WordIndex int
- The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- TranscriptIndex int
- The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- WordIndex int
- The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- transcriptIndex Integer
- The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- wordIndex Integer
- The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- transcriptIndex number
- The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- wordIndex number
- The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- transcript_index int
- The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- word_index int
- The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- transcriptIndex Number
- The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- wordIndex Number
- The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
GoogleCloudContactcenterinsightsV1AnnotatorSelector, GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs          
- IssueModels List<string>
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- PhraseMatchers List<string>
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- RunEntity boolAnnotator 
- Whether to run the entity annotator.
- RunIntent boolAnnotator 
- Whether to run the intent annotator.
- RunInterruption boolAnnotator 
- Whether to run the interruption annotator.
- RunIssue boolModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- RunPhrase boolMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- RunSentiment boolAnnotator 
- Whether to run the sentiment annotator.
- RunSilence boolAnnotator 
- Whether to run the silence annotator.
- RunSummarization boolAnnotator 
- Whether to run the summarization annotator.
- SummarizationConfig Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotator Selector Summarization Config 
- Configuration for the summarization annotator.
- IssueModels []string
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- PhraseMatchers []string
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- RunEntity boolAnnotator 
- Whether to run the entity annotator.
- RunIntent boolAnnotator 
- Whether to run the intent annotator.
- RunInterruption boolAnnotator 
- Whether to run the interruption annotator.
- RunIssue boolModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- RunPhrase boolMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- RunSentiment boolAnnotator 
- Whether to run the sentiment annotator.
- RunSilence boolAnnotator 
- Whether to run the silence annotator.
- RunSummarization boolAnnotator 
- Whether to run the summarization annotator.
- SummarizationConfig GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config 
- Configuration for the summarization annotator.
- issueModels List<String>
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phraseMatchers List<String>
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- runEntity BooleanAnnotator 
- Whether to run the entity annotator.
- runIntent BooleanAnnotator 
- Whether to run the intent annotator.
- runInterruption BooleanAnnotator 
- Whether to run the interruption annotator.
- runIssue BooleanModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- runPhrase BooleanMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- runSentiment BooleanAnnotator 
- Whether to run the sentiment annotator.
- runSilence BooleanAnnotator 
- Whether to run the silence annotator.
- runSummarization BooleanAnnotator 
- Whether to run the summarization annotator.
- summarizationConfig GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config 
- Configuration for the summarization annotator.
- issueModels string[]
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phraseMatchers string[]
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- runEntity booleanAnnotator 
- Whether to run the entity annotator.
- runIntent booleanAnnotator 
- Whether to run the intent annotator.
- runInterruption booleanAnnotator 
- Whether to run the interruption annotator.
- runIssue booleanModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- runPhrase booleanMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- runSentiment booleanAnnotator 
- Whether to run the sentiment annotator.
- runSilence booleanAnnotator 
- Whether to run the silence annotator.
- runSummarization booleanAnnotator 
- Whether to run the summarization annotator.
- summarizationConfig GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config 
- Configuration for the summarization annotator.
- issue_models Sequence[str]
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phrase_matchers Sequence[str]
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- run_entity_ boolannotator 
- Whether to run the entity annotator.
- run_intent_ boolannotator 
- Whether to run the intent annotator.
- run_interruption_ boolannotator 
- Whether to run the interruption annotator.
- run_issue_ boolmodel_ annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run_phrase_ boolmatcher_ annotator 
- Whether to run the active phrase matcher annotator(s).
- run_sentiment_ boolannotator 
- Whether to run the sentiment annotator.
- run_silence_ boolannotator 
- Whether to run the silence annotator.
- run_summarization_ boolannotator 
- Whether to run the summarization annotator.
- summarization_config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config 
- Configuration for the summarization annotator.
- issueModels List<String>
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phraseMatchers List<String>
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- runEntity BooleanAnnotator 
- Whether to run the entity annotator.
- runIntent BooleanAnnotator 
- Whether to run the intent annotator.
- runInterruption BooleanAnnotator 
- Whether to run the interruption annotator.
- runIssue BooleanModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- runPhrase BooleanMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- runSentiment BooleanAnnotator 
- Whether to run the sentiment annotator.
- runSilence BooleanAnnotator 
- Whether to run the silence annotator.
- runSummarization BooleanAnnotator 
- Whether to run the summarization annotator.
- summarizationConfig Property Map
- Configuration for the summarization annotator.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse, GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponseArgs            
- IssueModels List<string>
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- PhraseMatchers List<string>
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- RunEntity boolAnnotator 
- Whether to run the entity annotator.
- RunIntent boolAnnotator 
- Whether to run the intent annotator.
- RunInterruption boolAnnotator 
- Whether to run the interruption annotator.
- RunIssue boolModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- RunPhrase boolMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- RunSentiment boolAnnotator 
- Whether to run the sentiment annotator.
- RunSilence boolAnnotator 
- Whether to run the silence annotator.
- RunSummarization boolAnnotator 
- Whether to run the summarization annotator.
- SummarizationConfig Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotator Selector Summarization Config Response 
- Configuration for the summarization annotator.
- IssueModels []string
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- PhraseMatchers []string
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- RunEntity boolAnnotator 
- Whether to run the entity annotator.
- RunIntent boolAnnotator 
- Whether to run the intent annotator.
- RunInterruption boolAnnotator 
- Whether to run the interruption annotator.
- RunIssue boolModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- RunPhrase boolMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- RunSentiment boolAnnotator 
- Whether to run the sentiment annotator.
- RunSilence boolAnnotator 
- Whether to run the silence annotator.
- RunSummarization boolAnnotator 
- Whether to run the summarization annotator.
- SummarizationConfig GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response 
- Configuration for the summarization annotator.
- issueModels List<String>
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phraseMatchers List<String>
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- runEntity BooleanAnnotator 
- Whether to run the entity annotator.
- runIntent BooleanAnnotator 
- Whether to run the intent annotator.
- runInterruption BooleanAnnotator 
- Whether to run the interruption annotator.
- runIssue BooleanModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- runPhrase BooleanMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- runSentiment BooleanAnnotator 
- Whether to run the sentiment annotator.
- runSilence BooleanAnnotator 
- Whether to run the silence annotator.
- runSummarization BooleanAnnotator 
- Whether to run the summarization annotator.
- summarizationConfig GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response 
- Configuration for the summarization annotator.
- issueModels string[]
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phraseMatchers string[]
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- runEntity booleanAnnotator 
- Whether to run the entity annotator.
- runIntent booleanAnnotator 
- Whether to run the intent annotator.
- runInterruption booleanAnnotator 
- Whether to run the interruption annotator.
- runIssue booleanModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- runPhrase booleanMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- runSentiment booleanAnnotator 
- Whether to run the sentiment annotator.
- runSilence booleanAnnotator 
- Whether to run the silence annotator.
- runSummarization booleanAnnotator 
- Whether to run the summarization annotator.
- summarizationConfig GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response 
- Configuration for the summarization annotator.
- issue_models Sequence[str]
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phrase_matchers Sequence[str]
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- run_entity_ boolannotator 
- Whether to run the entity annotator.
- run_intent_ boolannotator 
- Whether to run the intent annotator.
- run_interruption_ boolannotator 
- Whether to run the interruption annotator.
- run_issue_ boolmodel_ annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run_phrase_ boolmatcher_ annotator 
- Whether to run the active phrase matcher annotator(s).
- run_sentiment_ boolannotator 
- Whether to run the sentiment annotator.
- run_silence_ boolannotator 
- Whether to run the silence annotator.
- run_summarization_ boolannotator 
- Whether to run the summarization annotator.
- summarization_config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response 
- Configuration for the summarization annotator.
- issueModels List<String>
- The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phraseMatchers List<String>
- The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- runEntity BooleanAnnotator 
- Whether to run the entity annotator.
- runIntent BooleanAnnotator 
- Whether to run the intent annotator.
- runInterruption BooleanAnnotator 
- Whether to run the interruption annotator.
- runIssue BooleanModel Annotator 
- Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- runPhrase BooleanMatcher Annotator 
- Whether to run the active phrase matcher annotator(s).
- runSentiment BooleanAnnotator 
- Whether to run the sentiment annotator.
- runSilence BooleanAnnotator 
- Whether to run the silence annotator.
- runSummarization BooleanAnnotator 
- Whether to run the summarization annotator.
- summarizationConfig Property Map
- Configuration for the summarization annotator.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig, GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs              
- ConversationProfile string
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- SummarizationModel Pulumi.Google Native. Contactcenterinsights. V1. Google Cloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model 
- Default summarization model to be used.
- ConversationProfile string
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- SummarizationModel GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model 
- Default summarization model to be used.
- conversationProfile String
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarizationModel GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model 
- Default summarization model to be used.
- conversationProfile string
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarizationModel GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model 
- Default summarization model to be used.
- conversation_profile str
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization_model GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model 
- Default summarization model to be used.
- conversationProfile String
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarizationModel "SUMMARIZATION_MODEL_UNSPECIFIED" | "BASELINE_MODEL"
- Default summarization model to be used.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse, GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponseArgs                
- ConversationProfile string
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- SummarizationModel string
- Default summarization model to be used.
- ConversationProfile string
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- SummarizationModel string
- Default summarization model to be used.
- conversationProfile String
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarizationModel String
- Default summarization model to be used.
- conversationProfile string
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarizationModel string
- Default summarization model to be used.
- conversation_profile str
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization_model str
- Default summarization model to be used.
- conversationProfile String
- Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarizationModel String
- Default summarization model to be used.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel, GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModelArgs                  
- SummarizationModel Unspecified 
- SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- BaselineModel 
- BASELINE_MODELThe CCAI baseline model.
- GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model Summarization Model Unspecified 
- SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model Baseline Model 
- BASELINE_MODELThe CCAI baseline model.
- SummarizationModel Unspecified 
- SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- BaselineModel 
- BASELINE_MODELThe CCAI baseline model.
- SummarizationModel Unspecified 
- SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- BaselineModel 
- BASELINE_MODELThe CCAI baseline model.
- SUMMARIZATION_MODEL_UNSPECIFIED
- SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- BASELINE_MODEL
- BASELINE_MODELThe CCAI baseline model.
- "SUMMARIZATION_MODEL_UNSPECIFIED"
- SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- "BASELINE_MODEL"
- BASELINE_MODELThe CCAI baseline model.
GoogleCloudContactcenterinsightsV1CallAnnotationResponse, GoogleCloudContactcenterinsightsV1CallAnnotationResponseArgs            
- AnnotationEnd Pulumi.Boundary Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation ends, inclusive.
- AnnotationStart Pulumi.Boundary Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation starts, inclusive.
- ChannelTag int
- The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- EntityMention Pulumi.Data Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Entity Mention Data Response 
- Data specifying an entity mention.
- HoldData Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Hold Data Response 
- Data specifying a hold.
- IntentMatch Pulumi.Data Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Intent Match Data Response 
- Data specifying an intent match.
- InterruptionData Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Interruption Data Response 
- Data specifying an interruption.
- IssueMatch Pulumi.Data Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Match Data Response 
- Data specifying an issue match.
- PhraseMatch Pulumi.Data Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Phrase Match Data Response 
- Data specifying a phrase match.
- SentimentData Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- SilenceData Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Silence Data Response 
- Data specifying silence.
- AnnotationEnd GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation ends, inclusive.
- AnnotationStart GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation starts, inclusive.
- ChannelTag int
- The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- EntityMention GoogleData Cloud Contactcenterinsights V1Entity Mention Data Response 
- Data specifying an entity mention.
- HoldData GoogleCloud Contactcenterinsights V1Hold Data Response 
- Data specifying a hold.
- IntentMatch GoogleData Cloud Contactcenterinsights V1Intent Match Data Response 
- Data specifying an intent match.
- InterruptionData GoogleCloud Contactcenterinsights V1Interruption Data Response 
- Data specifying an interruption.
- IssueMatch GoogleData Cloud Contactcenterinsights V1Issue Match Data Response 
- Data specifying an issue match.
- PhraseMatch GoogleData Cloud Contactcenterinsights V1Phrase Match Data Response 
- Data specifying a phrase match.
- SentimentData GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- SilenceData GoogleCloud Contactcenterinsights V1Silence Data Response 
- Data specifying silence.
- annotationEnd GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation ends, inclusive.
- annotationStart GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation starts, inclusive.
- channelTag Integer
- The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- entityMention GoogleData Cloud Contactcenterinsights V1Entity Mention Data Response 
- Data specifying an entity mention.
- holdData GoogleCloud Contactcenterinsights V1Hold Data Response 
- Data specifying a hold.
- intentMatch GoogleData Cloud Contactcenterinsights V1Intent Match Data Response 
- Data specifying an intent match.
- interruptionData GoogleCloud Contactcenterinsights V1Interruption Data Response 
- Data specifying an interruption.
- issueMatch GoogleData Cloud Contactcenterinsights V1Issue Match Data Response 
- Data specifying an issue match.
- phraseMatch GoogleData Cloud Contactcenterinsights V1Phrase Match Data Response 
- Data specifying a phrase match.
- sentimentData GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- silenceData GoogleCloud Contactcenterinsights V1Silence Data Response 
- Data specifying silence.
- annotationEnd GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation ends, inclusive.
- annotationStart GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation starts, inclusive.
- channelTag number
- The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- entityMention GoogleData Cloud Contactcenterinsights V1Entity Mention Data Response 
- Data specifying an entity mention.
- holdData GoogleCloud Contactcenterinsights V1Hold Data Response 
- Data specifying a hold.
- intentMatch GoogleData Cloud Contactcenterinsights V1Intent Match Data Response 
- Data specifying an intent match.
- interruptionData GoogleCloud Contactcenterinsights V1Interruption Data Response 
- Data specifying an interruption.
- issueMatch GoogleData Cloud Contactcenterinsights V1Issue Match Data Response 
- Data specifying an issue match.
- phraseMatch GoogleData Cloud Contactcenterinsights V1Phrase Match Data Response 
- Data specifying a phrase match.
- sentimentData GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- silenceData GoogleCloud Contactcenterinsights V1Silence Data Response 
- Data specifying silence.
- annotation_end_ Googleboundary Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation ends, inclusive.
- annotation_start_ Googleboundary Cloud Contactcenterinsights V1Annotation Boundary Response 
- The boundary in the conversation where the annotation starts, inclusive.
- channel_tag int
- The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- entity_mention_ Googledata Cloud Contactcenterinsights V1Entity Mention Data Response 
- Data specifying an entity mention.
- hold_data GoogleCloud Contactcenterinsights V1Hold Data Response 
- Data specifying a hold.
- intent_match_ Googledata Cloud Contactcenterinsights V1Intent Match Data Response 
- Data specifying an intent match.
- interruption_data GoogleCloud Contactcenterinsights V1Interruption Data Response 
- Data specifying an interruption.
- issue_match_ Googledata Cloud Contactcenterinsights V1Issue Match Data Response 
- Data specifying an issue match.
- phrase_match_ Googledata Cloud Contactcenterinsights V1Phrase Match Data Response 
- Data specifying a phrase match.
- sentiment_data GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- silence_data GoogleCloud Contactcenterinsights V1Silence Data Response 
- Data specifying silence.
- annotationEnd Property MapBoundary 
- The boundary in the conversation where the annotation ends, inclusive.
- annotationStart Property MapBoundary 
- The boundary in the conversation where the annotation starts, inclusive.
- channelTag Number
- The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- entityMention Property MapData 
- Data specifying an entity mention.
- holdData Property Map
- Data specifying a hold.
- intentMatch Property MapData 
- Data specifying an intent match.
- interruptionData Property Map
- Data specifying an interruption.
- issueMatch Property MapData 
- Data specifying an issue match.
- phraseMatch Property MapData 
- Data specifying a phrase match.
- sentimentData Property Map
- Data specifying sentiment.
- silenceData Property Map
- Data specifying silence.
GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse, GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponseArgs              
- ChannelTag int
- The channel of the audio that the data applies to.
- SentimentData Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- ChannelTag int
- The channel of the audio that the data applies to.
- SentimentData GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- channelTag Integer
- The channel of the audio that the data applies to.
- sentimentData GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- channelTag number
- The channel of the audio that the data applies to.
- sentimentData GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- channel_tag int
- The channel of the audio that the data applies to.
- sentiment_data GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Data specifying sentiment.
- channelTag Number
- The channel of the audio that the data applies to.
- sentimentData Property Map
- Data specifying sentiment.
GoogleCloudContactcenterinsightsV1EntityMentionDataResponse, GoogleCloudContactcenterinsightsV1EntityMentionDataResponseArgs              
- EntityUnique stringId 
- The key of this entity in conversation entities. Can be used to retrieve the exact Entitythis mention is attached to.
- Sentiment
Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response 
- Sentiment expressed for this mention of the entity.
- Type string
- The type of the entity mention.
- EntityUnique stringId 
- The key of this entity in conversation entities. Can be used to retrieve the exact Entitythis mention is attached to.
- Sentiment
GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Sentiment expressed for this mention of the entity.
- Type string
- The type of the entity mention.
- entityUnique StringId 
- The key of this entity in conversation entities. Can be used to retrieve the exact Entitythis mention is attached to.
- sentiment
GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Sentiment expressed for this mention of the entity.
- type String
- The type of the entity mention.
- entityUnique stringId 
- The key of this entity in conversation entities. Can be used to retrieve the exact Entitythis mention is attached to.
- sentiment
GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Sentiment expressed for this mention of the entity.
- type string
- The type of the entity mention.
- entity_unique_ strid 
- The key of this entity in conversation entities. Can be used to retrieve the exact Entitythis mention is attached to.
- sentiment
GoogleCloud Contactcenterinsights V1Sentiment Data Response 
- Sentiment expressed for this mention of the entity.
- type str
- The type of the entity mention.
- entityUnique StringId 
- The key of this entity in conversation entities. Can be used to retrieve the exact Entitythis mention is attached to.
- sentiment Property Map
- Sentiment expressed for this mention of the entity.
- type String
- The type of the entity mention.
GoogleCloudContactcenterinsightsV1IntentMatchDataResponse, GoogleCloudContactcenterinsightsV1IntentMatchDataResponseArgs              
- IntentUnique stringId 
- The id of the matched intent. Can be used to retrieve the corresponding intent information.
- IntentUnique stringId 
- The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intentUnique StringId 
- The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intentUnique stringId 
- The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intent_unique_ strid 
- The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intentUnique StringId 
- The id of the matched intent. Can be used to retrieve the corresponding intent information.
GoogleCloudContactcenterinsightsV1IssueAssignmentResponse, GoogleCloudContactcenterinsightsV1IssueAssignmentResponseArgs            
- DisplayName string
- Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- Issue string
- Resource name of the assigned issue.
- Score double
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- DisplayName string
- Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- Issue string
- Resource name of the assigned issue.
- Score float64
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- displayName String
- Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- issue String
- Resource name of the assigned issue.
- score Double
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- displayName string
- Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- issue string
- Resource name of the assigned issue.
- score number
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- display_name str
- Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- issue str
- Resource name of the assigned issue.
- score float
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- displayName String
- Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- issue String
- Resource name of the assigned issue.
- score Number
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
GoogleCloudContactcenterinsightsV1IssueMatchDataResponse, GoogleCloudContactcenterinsightsV1IssueMatchDataResponseArgs              
- IssueAssignment Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Assignment Response 
- Information about the issue's assignment.
- IssueAssignment GoogleCloud Contactcenterinsights V1Issue Assignment Response 
- Information about the issue's assignment.
- issueAssignment GoogleCloud Contactcenterinsights V1Issue Assignment Response 
- Information about the issue's assignment.
- issueAssignment GoogleCloud Contactcenterinsights V1Issue Assignment Response 
- Information about the issue's assignment.
- issue_assignment GoogleCloud Contactcenterinsights V1Issue Assignment Response 
- Information about the issue's assignment.
- issueAssignment Property Map
- Information about the issue's assignment.
GoogleCloudContactcenterinsightsV1IssueModelResultResponse, GoogleCloudContactcenterinsightsV1IssueModelResultResponseArgs              
- IssueModel string
- Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- Issues
List<Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Assignment Response> 
- All the matched issues.
- IssueModel string
- Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- Issues
[]GoogleCloud Contactcenterinsights V1Issue Assignment Response 
- All the matched issues.
- issueModel String
- Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues
List<GoogleCloud Contactcenterinsights V1Issue Assignment Response> 
- All the matched issues.
- issueModel string
- Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues
GoogleCloud Contactcenterinsights V1Issue Assignment Response[] 
- All the matched issues.
- issue_model str
- Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues
Sequence[GoogleCloud Contactcenterinsights V1Issue Assignment Response] 
- All the matched issues.
- issueModel String
- Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues List<Property Map>
- All the matched issues.
GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse, GoogleCloudContactcenterinsightsV1PhraseMatchDataResponseArgs              
- DisplayName string
- The human-readable name of the phrase matcher.
- PhraseMatcher string
- The unique identifier (the resource name) of the phrase matcher.
- DisplayName string
- The human-readable name of the phrase matcher.
- PhraseMatcher string
- The unique identifier (the resource name) of the phrase matcher.
- displayName String
- The human-readable name of the phrase matcher.
- phraseMatcher String
- The unique identifier (the resource name) of the phrase matcher.
- displayName string
- The human-readable name of the phrase matcher.
- phraseMatcher string
- The unique identifier (the resource name) of the phrase matcher.
- display_name str
- The human-readable name of the phrase matcher.
- phrase_matcher str
- The unique identifier (the resource name) of the phrase matcher.
- displayName String
- The human-readable name of the phrase matcher.
- phraseMatcher String
- The unique identifier (the resource name) of the phrase matcher.
GoogleCloudContactcenterinsightsV1SentimentDataResponse, GoogleCloudContactcenterinsightsV1SentimentDataResponseArgs            
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.