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>
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]
func LookupAnalysis(ctx *Context, args *LookupAnalysisArgs, opts ...InvokeOption) (*LookupAnalysisResult, error)
func LookupAnalysisOutput(ctx *Context, args *LookupAnalysisOutputArgs, opts ...InvokeOption) LookupAnalysisResultOutput
> 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)
}
public static CompletableFuture<GetAnalysisResult> getAnalysis(GetAnalysisArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:contactcenterinsights/v1:getAnalysis
arguments:
# arguments dictionary
The following arguments are supported:
- Analysis
Id This property is required. string - Conversation
Id This property is required. string - Location
This property is required. string - Project string
- Analysis
Id This property is required. string - Conversation
Id This property is required. string - Location
This property is required. string - Project string
- analysis
Id This property is required. String - conversation
Id This property is required. String - location
This property is required. String - project String
- analysis
Id This property is required. string - conversation
Id 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
- analysis
Id This property is required. String - conversation
Id This property is required. String - location
This property is required. String - project String
getAnalysis Result
The following output properties are available:
- Analysis
Result Pulumi.Google Native. Contactcenterinsights. V1. Outputs. Google Cloud Contactcenterinsights V1Analysis Result Response - The result of the analysis, which is populated when the analysis finishes.
- Annotator
Selector Pulumi.Google Native. Contactcenterinsights. V1. Outputs. Google Cloud Contactcenterinsights V1Annotator Selector Response - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- Create
Time 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}
- Request
Time 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.
- Annotator
Selector GoogleCloud Contactcenterinsights V1Annotator Selector Response - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- Create
Time 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}
- Request
Time 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.
- annotator
Selector GoogleCloud Contactcenterinsights V1Annotator Selector Response - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- create
Time 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}
- request
Time 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.
- annotator
Selector GoogleCloud Contactcenterinsights V1Annotator Selector Response - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- create
Time 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}
- request
Time 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.
- annotator_
selector GoogleCloud Contactcenterinsights V1Annotator Selector Response - 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.
- analysis
Result Property Map - The result of the analysis, which is populated when the analysis finishes.
- annotator
Selector Property Map - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- create
Time 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}
- request
Time String - The time at which the analysis was requested.
Supporting Types
GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse
- Annotations
This property is required. List<Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Call Annotation Response> - 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.
- Issue
Model Result This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- Phrase
Matchers This property is required. Dictionary<string, string> - All the matched phrase matchers in the call.
- Sentiments
This property is required. 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
This property is required. []GoogleCloud Contactcenterinsights V1Call Annotation Response - 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.
- Issue
Model Result This property is required. GoogleCloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- Phrase
Matchers This property is required. map[string]string - All the matched phrase matchers in the call.
- Sentiments
This property is required. []GoogleCloud Contactcenterinsights V1Conversation Level Sentiment Response - Overall conversation-level sentiment for each channel of the call.
- annotations
This property is required. List<GoogleCloud Contactcenterinsights V1Call Annotation Response> - 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.
- issue
Model Result This property is required. GoogleCloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- phrase
Matchers This property is required. Map<String,String> - All the matched phrase matchers in the call.
- sentiments
This property is required. List<GoogleCloud Contactcenterinsights V1Conversation Level Sentiment Response> - Overall conversation-level sentiment for each channel of the call.
- annotations
This property is required. GoogleCloud Contactcenterinsights V1Call Annotation Response[] - 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.
- issue
Model Result This property is required. GoogleCloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- phrase
Matchers This property is required. {[key: string]: string} - All the matched phrase matchers in the call.
- sentiments
This property is required. GoogleCloud Contactcenterinsights V1Conversation Level Sentiment Response[] - Overall conversation-level sentiment for each channel of the call.
- annotations
This property is required. Sequence[GoogleCloud Contactcenterinsights V1Call Annotation Response] - 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. GoogleCloud Contactcenterinsights V1Issue Model Result Response - 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[GoogleCloud Contactcenterinsights V1Conversation Level Sentiment Response] - 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.
- issue
Model Result This property is required. Property Map - Overall conversation-level issue modeling result.
- phrase
Matchers 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
- Call
Analysis Metadata This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- End
Time This property is required. string - The time at which the analysis ended.
- Call
Analysis Metadata This property is required. GoogleCloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- End
Time This property is required. string - The time at which the analysis ended.
- call
Analysis Metadata This property is required. GoogleCloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- end
Time This property is required. String - The time at which the analysis ended.
- call
Analysis Metadata This property is required. GoogleCloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- end
Time This property is required. string - The time at which the analysis ended.
- call_
analysis_ metadata This property is required. GoogleCloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- end_
time This property is required. str - The time at which the analysis ended.
- call
Analysis Metadata This property is required. Property Map - Call-specific metadata created by the analysis.
- end
Time This property is required. String - The time at which the analysis ended.
GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse
- 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.
- 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.
- transcript
Index 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.
- word
Index 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.
- transcript
Index 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.
- word
Index 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.
- transcript
Index 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.
- word
Index 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
- Issue
Models 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.
- Phrase
Matchers 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}
- 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. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- Issue
Models 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.
- Phrase
Matchers 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}
- 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. GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- issue
Models 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.
- phrase
Matchers 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}
- run
Entity Annotator This property is required. Boolean - Whether to run the entity annotator.
- run
Intent Annotator This property is required. Boolean - Whether to run the intent annotator.
- run
Interruption Annotator This property is required. Boolean - Whether to run the interruption annotator.
- run
Issue Model Annotator This property is required. Boolean - 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. Boolean - Whether to run the active phrase matcher annotator(s).
- run
Sentiment Annotator This property is required. Boolean - Whether to run the sentiment annotator.
- run
Silence Annotator This property is required. Boolean - Whether to run the silence annotator.
- run
Summarization Annotator This property is required. Boolean - Whether to run the summarization annotator.
- summarization
Config This property is required. GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- issue
Models 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.
- phrase
Matchers 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}
- run
Entity Annotator This property is required. boolean - Whether to run the entity annotator.
- run
Intent Annotator This property is required. boolean - Whether to run the intent annotator.
- run
Interruption Annotator This property is required. boolean - Whether to run the interruption annotator.
- run
Issue Model Annotator This property is required. boolean - 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. boolean - Whether to run the active phrase matcher annotator(s).
- run
Sentiment Annotator This property is required. boolean - Whether to run the sentiment annotator.
- run
Silence Annotator This property is required. boolean - Whether to run the silence annotator.
- run
Summarization Annotator This property is required. boolean - Whether to run the summarization annotator.
- summarization
Config This property is required. GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response - 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. GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- issue
Models 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.
- phrase
Matchers 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}
- run
Entity Annotator This property is required. Boolean - Whether to run the entity annotator.
- run
Intent Annotator This property is required. Boolean - Whether to run the intent annotator.
- run
Interruption Annotator This property is required. Boolean - Whether to run the interruption annotator.
- run
Issue Model Annotator This property is required. Boolean - 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. Boolean - Whether to run the active phrase matcher annotator(s).
- run
Sentiment Annotator This property is required. Boolean - Whether to run the sentiment annotator.
- run
Silence Annotator This property is required. Boolean - Whether to run the silence annotator.
- run
Summarization Annotator This property is required. Boolean - Whether to run the summarization annotator.
- summarization
Config This property is required. Property Map - Configuration for the summarization annotator.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse
- Conversation
Profile This property is required. string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- Summarization
Model This property is required. string - Default summarization model to be used.
- Conversation
Profile This property is required. string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- Summarization
Model This property is required. string - Default summarization model to be used.
- conversation
Profile This property is required. String - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model This property is required. String - Default summarization model to be used.
- conversation
Profile This property is required. string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model 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.
- conversation
Profile This property is required. String - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model This property is required. String - Default summarization model to be used.
GoogleCloudContactcenterinsightsV1CallAnnotationResponse
- Annotation
End Boundary This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- Annotation
Start Boundary This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotation Boundary Response - 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. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- Hold
Data This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- Intent
Match Data This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- Interruption
Data This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- Issue
Match Data This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- Phrase
Match Data This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- Sentiment
Data This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- Silence
Data This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- Annotation
End Boundary This property is required. GoogleCloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- Annotation
Start Boundary This property is required. GoogleCloud Contactcenterinsights V1Annotation Boundary Response - 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. GoogleCloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- Hold
Data This property is required. GoogleCloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- Intent
Match Data This property is required. GoogleCloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- Interruption
Data This property is required. GoogleCloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- Issue
Match Data This property is required. GoogleCloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- Phrase
Match Data This property is required. GoogleCloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- Sentiment
Data This property is required. GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- Silence
Data This property is required. GoogleCloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- annotation
End Boundary This property is required. GoogleCloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- annotation
Start Boundary This property is required. GoogleCloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation starts, inclusive.
- channel
Tag This property is required. Integer - 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. GoogleCloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- hold
Data This property is required. GoogleCloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- intent
Match Data This property is required. GoogleCloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- interruption
Data This property is required. GoogleCloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- issue
Match Data This property is required. GoogleCloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- phrase
Match Data This property is required. GoogleCloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- sentiment
Data This property is required. GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- silence
Data This property is required. GoogleCloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- annotation
End Boundary This property is required. GoogleCloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- annotation
Start Boundary This property is required. GoogleCloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation starts, inclusive.
- channel
Tag This property is required. number - 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. GoogleCloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- hold
Data This property is required. GoogleCloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- intent
Match Data This property is required. GoogleCloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- interruption
Data This property is required. GoogleCloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- issue
Match Data This property is required. GoogleCloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- phrase
Match Data This property is required. GoogleCloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- sentiment
Data This property is required. GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- silence
Data This property is required. GoogleCloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- annotation_
end_ boundary This property is required. GoogleCloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- annotation_
start_ boundary This property is required. GoogleCloud Contactcenterinsights V1Annotation Boundary Response - 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. GoogleCloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- hold_
data This property is required. GoogleCloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- intent_
match_ data This property is required. GoogleCloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- interruption_
data This property is required. GoogleCloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- issue_
match_ data This property is required. GoogleCloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- phrase_
match_ data This property is required. GoogleCloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- sentiment_
data This property is required. GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- silence_
data This property is required. GoogleCloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- annotation
End Boundary This property is required. Property Map - The boundary in the conversation where the annotation ends, inclusive.
- annotation
Start Boundary This property is required. Property Map - The boundary in the conversation where the annotation starts, inclusive.
- channel
Tag This property is required. Number - 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. Property Map - Data specifying an entity mention.
- hold
Data This property is required. Property Map - Data specifying a hold.
- intent
Match Data This property is required. Property Map - Data specifying an intent match.
- interruption
Data This property is required. Property Map - Data specifying an interruption.
- issue
Match Data This property is required. Property Map - Data specifying an issue match.
- phrase
Match Data This property is required. Property Map - Data specifying a phrase match.
- sentiment
Data This property is required. Property Map - Data specifying sentiment.
- silence
Data This property is required. Property Map - Data specifying silence.
GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse
- Channel
Tag This property is required. int - The channel of the audio that the data applies to.
- Sentiment
Data This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response - 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. GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- channel
Tag This property is required. Integer - The channel of the audio that the data applies to.
- sentiment
Data This property is required. GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- channel
Tag This property is required. number - The channel of the audio that the data applies to.
- sentiment
Data This property is required. GoogleCloud Contactcenterinsights V1Sentiment Data Response - 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. GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- channel
Tag This property is required. Number - The channel of the audio that the data applies to.
- sentiment
Data This property is required. Property Map - Data specifying sentiment.
GoogleCloudContactcenterinsightsV1EntityMentionDataResponse
- Entity
Unique Id 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.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response - 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. 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. GoogleCloud Contactcenterinsights V1Sentiment Data Response - 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. 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. GoogleCloud Contactcenterinsights V1Sentiment Data Response - 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. 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. GoogleCloud Contactcenterinsights V1Sentiment Data Response - 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. GoogleCloud Contactcenterinsights V1Sentiment Data Response - Sentiment expressed for this mention of the entity.
- type
This property is required. str - The type of the entity mention.
- entity
Unique Id 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
- Intent
Unique Id 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. string - The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intent
Unique Id 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. 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.
- intent
Unique Id This property is required. String - The id of the matched intent. Can be used to retrieve the corresponding intent information.
GoogleCloudContactcenterinsightsV1IssueAssignmentResponse
- Display
Name 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].
- Display
Name 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].
- display
Name 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].
- display
Name 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].
- display
Name 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
- Issue
Assignment This property is required. Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- Issue
Assignment This property is required. GoogleCloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- issue
Assignment This property is required. GoogleCloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- issue
Assignment This property is required. GoogleCloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- issue_
assignment This property is required. GoogleCloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- issue
Assignment This property is required. Property Map - Information about the issue's assignment.
GoogleCloudContactcenterinsightsV1IssueModelResultResponse
- Issue
Model 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.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Assignment Response> - All the matched issues.
- Issue
Model This property is required. string - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- Issues
This property is required. []GoogleCloud Contactcenterinsights V1Issue Assignment Response - All the matched issues.
- issue
Model 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<GoogleCloud Contactcenterinsights V1Issue Assignment Response> - All the matched issues.
- issue
Model This property is required. string - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues
This property is required. GoogleCloud Contactcenterinsights V1Issue Assignment Response[] - 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[GoogleCloud Contactcenterinsights V1Issue Assignment Response] - All the matched issues.
- issue
Model 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
- Display
Name This property is required. string - The human-readable name of the phrase matcher.
- Phrase
Matcher This property is required. string - The unique identifier (the resource name) of the phrase matcher.
- Display
Name This property is required. string - The human-readable name of the phrase matcher.
- Phrase
Matcher This property is required. string - The unique identifier (the resource name) of the phrase matcher.
- display
Name This property is required. String - The human-readable name of the phrase matcher.
- phrase
Matcher This property is required. String - The unique identifier (the resource name) of the phrase matcher.
- display
Name This property is required. string - The human-readable name of the phrase matcher.
- phrase
Matcher 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.
- display
Name This property is required. String - The human-readable name of the phrase matcher.
- phrase
Matcher This property is required. String - The unique identifier (the resource name) of the phrase matcher.
GoogleCloudContactcenterinsightsV1SentimentDataResponse
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