1. Packages
  2. Google Cloud Native
  3. API Docs
  4. contactcenterinsights
  5. contactcenterinsights/v1
  6. getAnalysis

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.contactcenterinsights/v1.getAnalysis

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets an analysis.

Using getAnalysis

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAnalysis(args: GetAnalysisArgs, opts?: InvokeOptions): Promise<GetAnalysisResult>
function getAnalysisOutput(args: GetAnalysisOutputArgs, opts?: InvokeOptions): Output<GetAnalysisResult>
Copy
def get_analysis(analysis_id: Optional[str] = None,
                 conversation_id: Optional[str] = None,
                 location: Optional[str] = None,
                 project: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetAnalysisResult
def get_analysis_output(analysis_id: Optional[pulumi.Input[str]] = None,
                 conversation_id: Optional[pulumi.Input[str]] = None,
                 location: Optional[pulumi.Input[str]] = None,
                 project: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetAnalysisResult]
Copy
func LookupAnalysis(ctx *Context, args *LookupAnalysisArgs, opts ...InvokeOption) (*LookupAnalysisResult, error)
func LookupAnalysisOutput(ctx *Context, args *LookupAnalysisOutputArgs, opts ...InvokeOption) LookupAnalysisResultOutput
Copy

> Note: This function is named LookupAnalysis in the Go SDK.

public static class GetAnalysis 
{
    public static Task<GetAnalysisResult> InvokeAsync(GetAnalysisArgs args, InvokeOptions? opts = null)
    public static Output<GetAnalysisResult> Invoke(GetAnalysisInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAnalysisResult> getAnalysis(GetAnalysisArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Copy
fn::invoke:
  function: google-native:contactcenterinsights/v1:getAnalysis
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AnalysisId This property is required. string
ConversationId This property is required. string
Location This property is required. string
Project string
AnalysisId This property is required. string
ConversationId This property is required. string
Location This property is required. string
Project string
analysisId This property is required. String
conversationId This property is required. String
location This property is required. String
project String
analysisId This property is required. string
conversationId This property is required. string
location This property is required. string
project string
analysis_id This property is required. str
conversation_id This property is required. str
location This property is required. str
project str
analysisId This property is required. String
conversationId This property is required. String
location This property is required. String
project String

getAnalysis Result

The following output properties are available:

AnalysisResult Pulumi.GoogleNative.Contactcenterinsights.V1.Outputs.GoogleCloudContactcenterinsightsV1AnalysisResultResponse
The result of the analysis, which is populated when the analysis finishes.
AnnotatorSelector Pulumi.GoogleNative.Contactcenterinsights.V1.Outputs.GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
CreateTime string
The time at which the analysis was created, which occurs when the long-running operation completes.
Name string
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
RequestTime string
The time at which the analysis was requested.
AnalysisResult GoogleCloudContactcenterinsightsV1AnalysisResultResponse
The result of the analysis, which is populated when the analysis finishes.
AnnotatorSelector GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
CreateTime string
The time at which the analysis was created, which occurs when the long-running operation completes.
Name string
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
RequestTime string
The time at which the analysis was requested.
analysisResult GoogleCloudContactcenterinsightsV1AnalysisResultResponse
The result of the analysis, which is populated when the analysis finishes.
annotatorSelector GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
createTime String
The time at which the analysis was created, which occurs when the long-running operation completes.
name String
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
requestTime String
The time at which the analysis was requested.
analysisResult GoogleCloudContactcenterinsightsV1AnalysisResultResponse
The result of the analysis, which is populated when the analysis finishes.
annotatorSelector GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
createTime string
The time at which the analysis was created, which occurs when the long-running operation completes.
name string
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
requestTime string
The time at which the analysis was requested.
analysis_result GoogleCloudContactcenterinsightsV1AnalysisResultResponse
The result of the analysis, which is populated when the analysis finishes.
annotator_selector GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
create_time str
The time at which the analysis was created, which occurs when the long-running operation completes.
name str
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
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.
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.
createTime String
The time at which the analysis was created, which occurs when the long-running operation completes.
name String
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
requestTime String
The time at which the analysis was requested.

Supporting Types

GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse

Annotations This property is required. List<Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1CallAnnotationResponse>
A list of call annotations that apply to this call.
Entities This property is required. Dictionary<string, string>
All the entities in the call.
Intents This property is required. Dictionary<string, string>
All the matched intents in the call.
IssueModelResult This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1IssueModelResultResponse
Overall conversation-level issue modeling result.
PhraseMatchers This property is required. Dictionary<string, string>
All the matched phrase matchers in the call.
Sentiments This property is required. List<Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse>
Overall conversation-level sentiment for each channel of the call.
Annotations This property is required. []GoogleCloudContactcenterinsightsV1CallAnnotationResponse
A list of call annotations that apply to this call.
Entities This property is required. map[string]string
All the entities in the call.
Intents This property is required. map[string]string
All the matched intents in the call.
IssueModelResult This property is required. GoogleCloudContactcenterinsightsV1IssueModelResultResponse
Overall conversation-level issue modeling result.
PhraseMatchers This property is required. map[string]string
All the matched phrase matchers in the call.
Sentiments This property is required. []GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse
Overall conversation-level sentiment for each channel of the call.
annotations This property is required. List<GoogleCloudContactcenterinsightsV1CallAnnotationResponse>
A list of call annotations that apply to this call.
entities This property is required. Map<String,String>
All the entities in the call.
intents This property is required. Map<String,String>
All the matched intents in the call.
issueModelResult This property is required. GoogleCloudContactcenterinsightsV1IssueModelResultResponse
Overall conversation-level issue modeling result.
phraseMatchers This property is required. Map<String,String>
All the matched phrase matchers in the call.
sentiments This property is required. List<GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse>
Overall conversation-level sentiment for each channel of the call.
annotations This property is required. GoogleCloudContactcenterinsightsV1CallAnnotationResponse[]
A list of call annotations that apply to this call.
entities This property is required. {[key: string]: string}
All the entities in the call.
intents This property is required. {[key: string]: string}
All the matched intents in the call.
issueModelResult This property is required. GoogleCloudContactcenterinsightsV1IssueModelResultResponse
Overall conversation-level issue modeling result.
phraseMatchers This property is required. {[key: string]: string}
All the matched phrase matchers in the call.
sentiments This property is required. GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse[]
Overall conversation-level sentiment for each channel of the call.
annotations This property is required. Sequence[GoogleCloudContactcenterinsightsV1CallAnnotationResponse]
A list of call annotations that apply to this call.
entities This property is required. Mapping[str, str]
All the entities in the call.
intents This property is required. Mapping[str, str]
All the matched intents in the call.
issue_model_result This property is required. GoogleCloudContactcenterinsightsV1IssueModelResultResponse
Overall conversation-level issue modeling result.
phrase_matchers This property is required. Mapping[str, str]
All the matched phrase matchers in the call.
sentiments This property is required. Sequence[GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse]
Overall conversation-level sentiment for each channel of the call.
annotations This property is required. List<Property Map>
A list of call annotations that apply to this call.
entities This property is required. Map<String>
All the entities in the call.
intents This property is required. Map<String>
All the matched intents in the call.
issueModelResult This property is required. Property Map
Overall conversation-level issue modeling result.
phraseMatchers This property is required. Map<String>
All the matched phrase matchers in the call.
sentiments This property is required. List<Property Map>
Overall conversation-level sentiment for each channel of the call.

GoogleCloudContactcenterinsightsV1AnalysisResultResponse

CallAnalysisMetadata This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse
Call-specific metadata created by the analysis.
EndTime This property is required. string
The time at which the analysis ended.
CallAnalysisMetadata This property is required. GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse
Call-specific metadata created by the analysis.
EndTime This property is required. string
The time at which the analysis ended.
callAnalysisMetadata This property is required. GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse
Call-specific metadata created by the analysis.
endTime This property is required. String
The time at which the analysis ended.
callAnalysisMetadata This property is required. GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse
Call-specific metadata created by the analysis.
endTime This property is required. string
The time at which the analysis ended.
call_analysis_metadata This property is required. GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse
Call-specific metadata created by the analysis.
end_time This property is required. str
The time at which the analysis ended.
callAnalysisMetadata This property is required. Property Map
Call-specific metadata created by the analysis.
endTime This property is required. String
The time at which the analysis ended.

GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse

TranscriptIndex This property is required. int
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
WordIndex This property is required. int
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
TranscriptIndex This property is required. int
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
WordIndex This property is required. int
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
transcriptIndex This property is required. Integer
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
wordIndex This property is required. Integer
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
transcriptIndex This property is required. number
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
wordIndex This property is required. number
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
transcript_index This property is required. int
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
word_index This property is required. int
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
transcriptIndex This property is required. Number
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
wordIndex This property is required. Number
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.

GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse

IssueModels This property is required. 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 This property is required. 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}
RunEntityAnnotator This property is required. bool
Whether to run the entity annotator.
RunIntentAnnotator This property is required. bool
Whether to run the intent annotator.
RunInterruptionAnnotator This property is required. bool
Whether to run the interruption annotator.
RunIssueModelAnnotator This property is required. bool
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
RunPhraseMatcherAnnotator This property is required. bool
Whether to run the active phrase matcher annotator(s).
RunSentimentAnnotator This property is required. bool
Whether to run the sentiment annotator.
RunSilenceAnnotator This property is required. bool
Whether to run the silence annotator.
RunSummarizationAnnotator This property is required. bool
Whether to run the summarization annotator.
SummarizationConfig This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse
Configuration for the summarization annotator.
IssueModels This property is required. []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 This property is required. []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}
RunEntityAnnotator This property is required. bool
Whether to run the entity annotator.
RunIntentAnnotator This property is required. bool
Whether to run the intent annotator.
RunInterruptionAnnotator This property is required. bool
Whether to run the interruption annotator.
RunIssueModelAnnotator This property is required. bool
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
RunPhraseMatcherAnnotator This property is required. bool
Whether to run the active phrase matcher annotator(s).
RunSentimentAnnotator This property is required. bool
Whether to run the sentiment annotator.
RunSilenceAnnotator This property is required. bool
Whether to run the silence annotator.
RunSummarizationAnnotator This property is required. bool
Whether to run the summarization annotator.
SummarizationConfig This property is required. GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse
Configuration for the summarization annotator.
issueModels This property is required. 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 This property is required. 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}
runEntityAnnotator This property is required. Boolean
Whether to run the entity annotator.
runIntentAnnotator This property is required. Boolean
Whether to run the intent annotator.
runInterruptionAnnotator This property is required. Boolean
Whether to run the interruption annotator.
runIssueModelAnnotator This property is required. Boolean
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
runPhraseMatcherAnnotator This property is required. Boolean
Whether to run the active phrase matcher annotator(s).
runSentimentAnnotator This property is required. Boolean
Whether to run the sentiment annotator.
runSilenceAnnotator This property is required. Boolean
Whether to run the silence annotator.
runSummarizationAnnotator This property is required. Boolean
Whether to run the summarization annotator.
summarizationConfig This property is required. GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse
Configuration for the summarization annotator.
issueModels This property is required. 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 This property is required. 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}
runEntityAnnotator This property is required. boolean
Whether to run the entity annotator.
runIntentAnnotator This property is required. boolean
Whether to run the intent annotator.
runInterruptionAnnotator This property is required. boolean
Whether to run the interruption annotator.
runIssueModelAnnotator This property is required. boolean
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
runPhraseMatcherAnnotator This property is required. boolean
Whether to run the active phrase matcher annotator(s).
runSentimentAnnotator This property is required. boolean
Whether to run the sentiment annotator.
runSilenceAnnotator This property is required. boolean
Whether to run the silence annotator.
runSummarizationAnnotator This property is required. boolean
Whether to run the summarization annotator.
summarizationConfig This property is required. GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse
Configuration for the summarization annotator.
issue_models This property is required. 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 This property is required. 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_annotator This property is required. bool
Whether to run the entity annotator.
run_intent_annotator This property is required. bool
Whether to run the intent annotator.
run_interruption_annotator This property is required. bool
Whether to run the interruption annotator.
run_issue_model_annotator This property is required. bool
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
run_phrase_matcher_annotator This property is required. bool
Whether to run the active phrase matcher annotator(s).
run_sentiment_annotator This property is required. bool
Whether to run the sentiment annotator.
run_silence_annotator This property is required. bool
Whether to run the silence annotator.
run_summarization_annotator This property is required. bool
Whether to run the summarization annotator.
summarization_config This property is required. GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse
Configuration for the summarization annotator.
issueModels This property is required. 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 This property is required. 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}
runEntityAnnotator This property is required. Boolean
Whether to run the entity annotator.
runIntentAnnotator This property is required. Boolean
Whether to run the intent annotator.
runInterruptionAnnotator This property is required. Boolean
Whether to run the interruption annotator.
runIssueModelAnnotator This property is required. Boolean
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
runPhraseMatcherAnnotator This property is required. Boolean
Whether to run the active phrase matcher annotator(s).
runSentimentAnnotator This property is required. Boolean
Whether to run the sentiment annotator.
runSilenceAnnotator This property is required. Boolean
Whether to run the silence annotator.
runSummarizationAnnotator This property is required. Boolean
Whether to run the summarization annotator.
summarizationConfig This property is required. Property Map
Configuration for the summarization annotator.

GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse

ConversationProfile This property is required. string
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
SummarizationModel This property is required. string
Default summarization model to be used.
ConversationProfile This property is required. string
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
SummarizationModel This property is required. string
Default summarization model to be used.
conversationProfile This property is required. String
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
summarizationModel This property is required. String
Default summarization model to be used.
conversationProfile This property is required. string
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
summarizationModel This property is required. string
Default summarization model to be used.
conversation_profile This property is required. str
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
summarization_model This property is required. str
Default summarization model to be used.
conversationProfile This property is required. String
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
summarizationModel This property is required. String
Default summarization model to be used.

GoogleCloudContactcenterinsightsV1CallAnnotationResponse

AnnotationEndBoundary This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation ends, inclusive.
AnnotationStartBoundary This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation starts, inclusive.
ChannelTag This property is required. int
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
EntityMentionData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1EntityMentionDataResponse
Data specifying an entity mention.
HoldData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1HoldDataResponse
Data specifying a hold.
IntentMatchData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1IntentMatchDataResponse
Data specifying an intent match.
InterruptionData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1InterruptionDataResponse
Data specifying an interruption.
IssueMatchData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1IssueMatchDataResponse
Data specifying an issue match.
PhraseMatchData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse
Data specifying a phrase match.
SentimentData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
SilenceData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1SilenceDataResponse
Data specifying silence.
AnnotationEndBoundary This property is required. GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation ends, inclusive.
AnnotationStartBoundary This property is required. GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation starts, inclusive.
ChannelTag This property is required. int
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
EntityMentionData This property is required. GoogleCloudContactcenterinsightsV1EntityMentionDataResponse
Data specifying an entity mention.
HoldData This property is required. GoogleCloudContactcenterinsightsV1HoldDataResponse
Data specifying a hold.
IntentMatchData This property is required. GoogleCloudContactcenterinsightsV1IntentMatchDataResponse
Data specifying an intent match.
InterruptionData This property is required. GoogleCloudContactcenterinsightsV1InterruptionDataResponse
Data specifying an interruption.
IssueMatchData This property is required. GoogleCloudContactcenterinsightsV1IssueMatchDataResponse
Data specifying an issue match.
PhraseMatchData This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse
Data specifying a phrase match.
SentimentData This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
SilenceData This property is required. GoogleCloudContactcenterinsightsV1SilenceDataResponse
Data specifying silence.
annotationEndBoundary This property is required. GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation ends, inclusive.
annotationStartBoundary This property is required. GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation starts, inclusive.
channelTag This property is required. Integer
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
entityMentionData This property is required. GoogleCloudContactcenterinsightsV1EntityMentionDataResponse
Data specifying an entity mention.
holdData This property is required. GoogleCloudContactcenterinsightsV1HoldDataResponse
Data specifying a hold.
intentMatchData This property is required. GoogleCloudContactcenterinsightsV1IntentMatchDataResponse
Data specifying an intent match.
interruptionData This property is required. GoogleCloudContactcenterinsightsV1InterruptionDataResponse
Data specifying an interruption.
issueMatchData This property is required. GoogleCloudContactcenterinsightsV1IssueMatchDataResponse
Data specifying an issue match.
phraseMatchData This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse
Data specifying a phrase match.
sentimentData This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
silenceData This property is required. GoogleCloudContactcenterinsightsV1SilenceDataResponse
Data specifying silence.
annotationEndBoundary This property is required. GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation ends, inclusive.
annotationStartBoundary This property is required. GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation starts, inclusive.
channelTag This property is required. number
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
entityMentionData This property is required. GoogleCloudContactcenterinsightsV1EntityMentionDataResponse
Data specifying an entity mention.
holdData This property is required. GoogleCloudContactcenterinsightsV1HoldDataResponse
Data specifying a hold.
intentMatchData This property is required. GoogleCloudContactcenterinsightsV1IntentMatchDataResponse
Data specifying an intent match.
interruptionData This property is required. GoogleCloudContactcenterinsightsV1InterruptionDataResponse
Data specifying an interruption.
issueMatchData This property is required. GoogleCloudContactcenterinsightsV1IssueMatchDataResponse
Data specifying an issue match.
phraseMatchData This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse
Data specifying a phrase match.
sentimentData This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
silenceData This property is required. GoogleCloudContactcenterinsightsV1SilenceDataResponse
Data specifying silence.
annotation_end_boundary This property is required. GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation ends, inclusive.
annotation_start_boundary This property is required. GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
The boundary in the conversation where the annotation starts, inclusive.
channel_tag This property is required. int
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
entity_mention_data This property is required. GoogleCloudContactcenterinsightsV1EntityMentionDataResponse
Data specifying an entity mention.
hold_data This property is required. GoogleCloudContactcenterinsightsV1HoldDataResponse
Data specifying a hold.
intent_match_data This property is required. GoogleCloudContactcenterinsightsV1IntentMatchDataResponse
Data specifying an intent match.
interruption_data This property is required. GoogleCloudContactcenterinsightsV1InterruptionDataResponse
Data specifying an interruption.
issue_match_data This property is required. GoogleCloudContactcenterinsightsV1IssueMatchDataResponse
Data specifying an issue match.
phrase_match_data This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse
Data specifying a phrase match.
sentiment_data This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
silence_data This property is required. GoogleCloudContactcenterinsightsV1SilenceDataResponse
Data specifying silence.
annotationEndBoundary This property is required. Property Map
The boundary in the conversation where the annotation ends, inclusive.
annotationStartBoundary This property is required. Property Map
The boundary in the conversation where the annotation starts, inclusive.
channelTag This property is required. Number
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
entityMentionData This property is required. Property Map
Data specifying an entity mention.
holdData This property is required. Property Map
Data specifying a hold.
intentMatchData This property is required. Property Map
Data specifying an intent match.
interruptionData This property is required. Property Map
Data specifying an interruption.
issueMatchData This property is required. Property Map
Data specifying an issue match.
phraseMatchData This property is required. Property Map
Data specifying a phrase match.
sentimentData This property is required. Property Map
Data specifying sentiment.
silenceData This property is required. Property Map
Data specifying silence.

GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse

ChannelTag This property is required. int
The channel of the audio that the data applies to.
SentimentData This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
ChannelTag This property is required. int
The channel of the audio that the data applies to.
SentimentData This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
channelTag This property is required. Integer
The channel of the audio that the data applies to.
sentimentData This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
channelTag This property is required. number
The channel of the audio that the data applies to.
sentimentData This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
channel_tag This property is required. int
The channel of the audio that the data applies to.
sentiment_data This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Data specifying sentiment.
channelTag This property is required. Number
The channel of the audio that the data applies to.
sentimentData This property is required. Property Map
Data specifying sentiment.

GoogleCloudContactcenterinsightsV1EntityMentionDataResponse

EntityUniqueId This property is required. string
The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.
Sentiment This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1SentimentDataResponse
Sentiment expressed for this mention of the entity.
Type This property is required. string
The type of the entity mention.
EntityUniqueId This property is required. string
The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.
Sentiment This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Sentiment expressed for this mention of the entity.
Type This property is required. string
The type of the entity mention.
entityUniqueId This property is required. String
The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.
sentiment This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Sentiment expressed for this mention of the entity.
type This property is required. String
The type of the entity mention.
entityUniqueId This property is required. string
The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.
sentiment This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Sentiment expressed for this mention of the entity.
type This property is required. string
The type of the entity mention.
entity_unique_id This property is required. str
The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.
sentiment This property is required. GoogleCloudContactcenterinsightsV1SentimentDataResponse
Sentiment expressed for this mention of the entity.
type This property is required. str
The type of the entity mention.
entityUniqueId This property is required. String
The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.
sentiment This property is required. Property Map
Sentiment expressed for this mention of the entity.
type This property is required. String
The type of the entity mention.

GoogleCloudContactcenterinsightsV1IntentMatchDataResponse

IntentUniqueId This property is required. string
The id of the matched intent. Can be used to retrieve the corresponding intent information.
IntentUniqueId This property is required. string
The id of the matched intent. Can be used to retrieve the corresponding intent information.
intentUniqueId This property is required. String
The id of the matched intent. Can be used to retrieve the corresponding intent information.
intentUniqueId This property is required. string
The id of the matched intent. Can be used to retrieve the corresponding intent information.
intent_unique_id This property is required. str
The id of the matched intent. Can be used to retrieve the corresponding intent information.
intentUniqueId This property is required. String
The id of the matched intent. Can be used to retrieve the corresponding intent information.

GoogleCloudContactcenterinsightsV1IssueAssignmentResponse

DisplayName This property is required. string
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
Issue This property is required. string
Resource name of the assigned issue.
Score This property is required. double
Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
DisplayName This property is required. string
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
Issue This property is required. string
Resource name of the assigned issue.
Score This property is required. float64
Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
displayName This property is required. String
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
issue This property is required. String
Resource name of the assigned issue.
score This property is required. Double
Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
displayName This property is required. string
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
issue This property is required. string
Resource name of the assigned issue.
score This property is required. number
Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
display_name This property is required. str
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
issue This property is required. str
Resource name of the assigned issue.
score This property is required. float
Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
displayName This property is required. String
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
issue This property is required. String
Resource name of the assigned issue.
score This property is required. Number
Score indicating the likelihood of the issue assignment. currently bounded on [0,1].

GoogleCloudContactcenterinsightsV1IssueMatchDataResponse

IssueAssignment This property is required. GoogleCloudContactcenterinsightsV1IssueAssignmentResponse
Information about the issue's assignment.
issueAssignment This property is required. GoogleCloudContactcenterinsightsV1IssueAssignmentResponse
Information about the issue's assignment.
issueAssignment This property is required. GoogleCloudContactcenterinsightsV1IssueAssignmentResponse
Information about the issue's assignment.
issue_assignment This property is required. GoogleCloudContactcenterinsightsV1IssueAssignmentResponse
Information about the issue's assignment.
issueAssignment This property is required. Property Map
Information about the issue's assignment.

GoogleCloudContactcenterinsightsV1IssueModelResultResponse

IssueModel This property is required. string
Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Issues This property is required. List<Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1IssueAssignmentResponse>
All the matched issues.
IssueModel This property is required. string
Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Issues This property is required. []GoogleCloudContactcenterinsightsV1IssueAssignmentResponse
All the matched issues.
issueModel This property is required. String
Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
issues This property is required. List<GoogleCloudContactcenterinsightsV1IssueAssignmentResponse>
All the matched issues.
issueModel This property is required. string
Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
issues This property is required. GoogleCloudContactcenterinsightsV1IssueAssignmentResponse[]
All the matched issues.
issue_model This property is required. str
Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
issues This property is required. Sequence[GoogleCloudContactcenterinsightsV1IssueAssignmentResponse]
All the matched issues.
issueModel This property is required. String
Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
issues This property is required. List<Property Map>
All the matched issues.

GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse

DisplayName This property is required. string
The human-readable name of the phrase matcher.
PhraseMatcher This property is required. string
The unique identifier (the resource name) of the phrase matcher.
DisplayName This property is required. string
The human-readable name of the phrase matcher.
PhraseMatcher This property is required. string
The unique identifier (the resource name) of the phrase matcher.
displayName This property is required. String
The human-readable name of the phrase matcher.
phraseMatcher This property is required. String
The unique identifier (the resource name) of the phrase matcher.
displayName This property is required. string
The human-readable name of the phrase matcher.
phraseMatcher This property is required. string
The unique identifier (the resource name) of the phrase matcher.
display_name This property is required. str
The human-readable name of the phrase matcher.
phrase_matcher This property is required. str
The unique identifier (the resource name) of the phrase matcher.
displayName This property is required. String
The human-readable name of the phrase matcher.
phraseMatcher This property is required. String
The unique identifier (the resource name) of the phrase matcher.

GoogleCloudContactcenterinsightsV1SentimentDataResponse

Magnitude This property is required. double
A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
Score This property is required. double
The sentiment score between -1.0 (negative) and 1.0 (positive).
Magnitude This property is required. float64
A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
Score This property is required. float64
The sentiment score between -1.0 (negative) and 1.0 (positive).
magnitude This property is required. Double
A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
score This property is required. Double
The sentiment score between -1.0 (negative) and 1.0 (positive).
magnitude This property is required. number
A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
score This property is required. number
The sentiment score between -1.0 (negative) and 1.0 (positive).
magnitude This property is required. float
A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
score This property is required. float
The sentiment score between -1.0 (negative) and 1.0 (positive).
magnitude This property is required. Number
A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
score This property is required. Number
The sentiment score between -1.0 (negative) and 1.0 (positive).

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.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi