Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.contactcenterinsights/v1.Analysis
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates an analysis. The long running operation is done when the analysis has completed.
Create Analysis Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Analysis(name: string, args: AnalysisArgs, opts?: CustomResourceOptions);
@overload
def Analysis(resource_name: str,
args: AnalysisArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Analysis(resource_name: str,
opts: Optional[ResourceOptions] = None,
conversation_id: Optional[str] = None,
annotator_selector: Optional[GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs] = None,
location: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = None)
func NewAnalysis(ctx *Context, name string, args AnalysisArgs, opts ...ResourceOption) (*Analysis, error)
public Analysis(string name, AnalysisArgs args, CustomResourceOptions? opts = null)
public Analysis(String name, AnalysisArgs args)
public Analysis(String name, AnalysisArgs args, CustomResourceOptions options)
type: google-native:contactcenterinsights/v1:Analysis
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AnalysisArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var analysisResource = new GoogleNative.Contactcenterinsights.V1.Analysis("analysisResource", new()
{
ConversationId = "string",
AnnotatorSelector = new GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs
{
IssueModels = new[]
{
"string",
},
PhraseMatchers = new[]
{
"string",
},
RunEntityAnnotator = false,
RunIntentAnnotator = false,
RunInterruptionAnnotator = false,
RunIssueModelAnnotator = false,
RunPhraseMatcherAnnotator = false,
RunSentimentAnnotator = false,
RunSilenceAnnotator = false,
RunSummarizationAnnotator = false,
SummarizationConfig = new GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs
{
ConversationProfile = "string",
SummarizationModel = GoogleNative.Contactcenterinsights.V1.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel.SummarizationModelUnspecified,
},
},
Location = "string",
Name = "string",
Project = "string",
});
example, err := contactcenterinsights.NewAnalysis(ctx, "analysisResource", &contactcenterinsights.AnalysisArgs{
ConversationId: pulumi.String("string"),
AnnotatorSelector: &contactcenterinsights.GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs{
IssueModels: pulumi.StringArray{
pulumi.String("string"),
},
PhraseMatchers: pulumi.StringArray{
pulumi.String("string"),
},
RunEntityAnnotator: pulumi.Bool(false),
RunIntentAnnotator: pulumi.Bool(false),
RunInterruptionAnnotator: pulumi.Bool(false),
RunIssueModelAnnotator: pulumi.Bool(false),
RunPhraseMatcherAnnotator: pulumi.Bool(false),
RunSentimentAnnotator: pulumi.Bool(false),
RunSilenceAnnotator: pulumi.Bool(false),
RunSummarizationAnnotator: pulumi.Bool(false),
SummarizationConfig: &contactcenterinsights.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs{
ConversationProfile: pulumi.String("string"),
SummarizationModel: contactcenterinsights.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModelSummarizationModelUnspecified,
},
},
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Project: pulumi.String("string"),
})
var analysisResource = new Analysis("analysisResource", AnalysisArgs.builder()
.conversationId("string")
.annotatorSelector(GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs.builder()
.issueModels("string")
.phraseMatchers("string")
.runEntityAnnotator(false)
.runIntentAnnotator(false)
.runInterruptionAnnotator(false)
.runIssueModelAnnotator(false)
.runPhraseMatcherAnnotator(false)
.runSentimentAnnotator(false)
.runSilenceAnnotator(false)
.runSummarizationAnnotator(false)
.summarizationConfig(GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs.builder()
.conversationProfile("string")
.summarizationModel("SUMMARIZATION_MODEL_UNSPECIFIED")
.build())
.build())
.location("string")
.name("string")
.project("string")
.build());
analysis_resource = google_native.contactcenterinsights.v1.Analysis("analysisResource",
conversation_id="string",
annotator_selector=google_native.contactcenterinsights.v1.GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs(
issue_models=["string"],
phrase_matchers=["string"],
run_entity_annotator=False,
run_intent_annotator=False,
run_interruption_annotator=False,
run_issue_model_annotator=False,
run_phrase_matcher_annotator=False,
run_sentiment_annotator=False,
run_silence_annotator=False,
run_summarization_annotator=False,
summarization_config=google_native.contactcenterinsights.v1.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs(
conversation_profile="string",
summarization_model=google_native.contactcenterinsights.v1.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel.SUMMARIZATION_MODEL_UNSPECIFIED,
),
),
location="string",
name="string",
project="string")
const analysisResource = new google_native.contactcenterinsights.v1.Analysis("analysisResource", {
conversationId: "string",
annotatorSelector: {
issueModels: ["string"],
phraseMatchers: ["string"],
runEntityAnnotator: false,
runIntentAnnotator: false,
runInterruptionAnnotator: false,
runIssueModelAnnotator: false,
runPhraseMatcherAnnotator: false,
runSentimentAnnotator: false,
runSilenceAnnotator: false,
runSummarizationAnnotator: false,
summarizationConfig: {
conversationProfile: "string",
summarizationModel: google_native.contactcenterinsights.v1.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel.SummarizationModelUnspecified,
},
},
location: "string",
name: "string",
project: "string",
});
type: google-native:contactcenterinsights/v1:Analysis
properties:
annotatorSelector:
issueModels:
- string
phraseMatchers:
- string
runEntityAnnotator: false
runIntentAnnotator: false
runInterruptionAnnotator: false
runIssueModelAnnotator: false
runPhraseMatcherAnnotator: false
runSentimentAnnotator: false
runSilenceAnnotator: false
runSummarizationAnnotator: false
summarizationConfig:
conversationProfile: string
summarizationModel: SUMMARIZATION_MODEL_UNSPECIFIED
conversationId: string
location: string
name: string
project: string
Analysis Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Analysis resource accepts the following input properties:
- Conversation
Id string - Annotator
Selector Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotator Selector - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- Location string
- Name string
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- Project string
- Conversation
Id string - Annotator
Selector GoogleCloud Contactcenterinsights V1Annotator Selector Args - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- Location string
- Name string
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- Project string
- conversation
Id String - annotator
Selector GoogleCloud Contactcenterinsights V1Annotator Selector - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- location String
- name String
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- project String
- conversation
Id string - annotator
Selector GoogleCloud Contactcenterinsights V1Annotator Selector - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- location string
- name string
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- project string
- conversation_
id str - annotator_
selector GoogleCloud Contactcenterinsights V1Annotator Selector Args - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
- location str
- name str
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- project str
- conversation
Id String - 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.
- location String
- name String
- Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
- project String
Outputs
All input properties are implicitly available as output properties. Additionally, the Analysis resource produces the following output properties:
- 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.
- Create
Time string - The time at which the analysis was created, which occurs when the long-running operation completes.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Create
Time string - The time at which the analysis was created, which occurs when the long-running operation completes.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- create
Time String - The time at which the analysis was created, which occurs when the long-running operation completes.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- create
Time string - The time at which the analysis was created, which occurs when the long-running operation completes.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- create_
time str - The time at which the analysis was created, which occurs when the long-running operation completes.
- id str
- The provider-assigned unique ID for this managed resource.
- request_
time str - The time at which the analysis was requested.
- analysis
Result Property Map - The result of the analysis, which is populated when the analysis finishes.
- create
Time String - The time at which the analysis was created, which occurs when the long-running operation completes.
- id String
- The provider-assigned unique ID for this managed resource.
- request
Time String - The time at which the analysis was requested.
Supporting Types
GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponse, GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadataResponseArgs
- Annotations
List<Pulumi.
Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Call Annotation Response> - A list of call annotations that apply to this call.
- Entities Dictionary<string, string>
- All the entities in the call.
- Intents Dictionary<string, string>
- All the matched intents in the call.
- Issue
Model Pulumi.Result Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- Phrase
Matchers Dictionary<string, string> - All the matched phrase matchers in the call.
- Sentiments
List<Pulumi.
Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Conversation Level Sentiment Response> - Overall conversation-level sentiment for each channel of the call.
- Annotations
[]Google
Cloud Contactcenterinsights V1Call Annotation Response - A list of call annotations that apply to this call.
- Entities map[string]string
- All the entities in the call.
- Intents map[string]string
- All the matched intents in the call.
- Issue
Model GoogleResult Cloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- Phrase
Matchers map[string]string - All the matched phrase matchers in the call.
- Sentiments
[]Google
Cloud Contactcenterinsights V1Conversation Level Sentiment Response - Overall conversation-level sentiment for each channel of the call.
- annotations
List<Google
Cloud Contactcenterinsights V1Call Annotation Response> - A list of call annotations that apply to this call.
- entities Map<String,String>
- All the entities in the call.
- intents Map<String,String>
- All the matched intents in the call.
- issue
Model GoogleResult Cloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- phrase
Matchers Map<String,String> - All the matched phrase matchers in the call.
- sentiments
List<Google
Cloud Contactcenterinsights V1Conversation Level Sentiment Response> - Overall conversation-level sentiment for each channel of the call.
- annotations
Google
Cloud Contactcenterinsights V1Call Annotation Response[] - A list of call annotations that apply to this call.
- entities {[key: string]: string}
- All the entities in the call.
- intents {[key: string]: string}
- All the matched intents in the call.
- issue
Model GoogleResult Cloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- phrase
Matchers {[key: string]: string} - All the matched phrase matchers in the call.
- sentiments
Google
Cloud Contactcenterinsights V1Conversation Level Sentiment Response[] - Overall conversation-level sentiment for each channel of the call.
- annotations
Sequence[Google
Cloud Contactcenterinsights V1Call Annotation Response] - A list of call annotations that apply to this call.
- entities Mapping[str, str]
- All the entities in the call.
- intents Mapping[str, str]
- All the matched intents in the call.
- issue_
model_ Googleresult Cloud Contactcenterinsights V1Issue Model Result Response - Overall conversation-level issue modeling result.
- phrase_
matchers Mapping[str, str] - All the matched phrase matchers in the call.
- sentiments
Sequence[Google
Cloud Contactcenterinsights V1Conversation Level Sentiment Response] - Overall conversation-level sentiment for each channel of the call.
- annotations List<Property Map>
- A list of call annotations that apply to this call.
- entities Map<String>
- All the entities in the call.
- intents Map<String>
- All the matched intents in the call.
- issue
Model Property MapResult - Overall conversation-level issue modeling result.
- phrase
Matchers Map<String> - All the matched phrase matchers in the call.
- sentiments List<Property Map>
- Overall conversation-level sentiment for each channel of the call.
GoogleCloudContactcenterinsightsV1AnalysisResultResponse, GoogleCloudContactcenterinsightsV1AnalysisResultResponseArgs
- Call
Analysis Pulumi.Metadata Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- End
Time string - The time at which the analysis ended.
- Call
Analysis GoogleMetadata Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- End
Time string - The time at which the analysis ended.
- call
Analysis GoogleMetadata Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- end
Time String - The time at which the analysis ended.
- call
Analysis GoogleMetadata Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- end
Time string - The time at which the analysis ended.
- call_
analysis_ Googlemetadata Cloud Contactcenterinsights V1Analysis Result Call Analysis Metadata Response - Call-specific metadata created by the analysis.
- end_
time str - The time at which the analysis ended.
- call
Analysis Property MapMetadata - Call-specific metadata created by the analysis.
- end
Time String - The time at which the analysis ended.
GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse, GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponseArgs
- Transcript
Index int - The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- Word
Index int - The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- Transcript
Index int - The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- Word
Index int - The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- transcript
Index Integer - The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- word
Index Integer - The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- transcript
Index number - The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- word
Index number - The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- transcript_
index int - The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- word_
index int - The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
- transcript
Index Number - The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
- word
Index Number - The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
GoogleCloudContactcenterinsightsV1AnnotatorSelector, GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs
- Issue
Models 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 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 boolAnnotator - Whether to run the entity annotator.
- Run
Intent boolAnnotator - Whether to run the intent annotator.
- Run
Interruption boolAnnotator - Whether to run the interruption annotator.
- Run
Issue boolModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- Run
Phrase boolMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- Run
Sentiment boolAnnotator - Whether to run the sentiment annotator.
- Run
Silence boolAnnotator - Whether to run the silence annotator.
- Run
Summarization boolAnnotator - Whether to run the summarization annotator.
- Summarization
Config Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotator Selector Summarization Config - Configuration for the summarization annotator.
- Issue
Models []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 []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 boolAnnotator - Whether to run the entity annotator.
- Run
Intent boolAnnotator - Whether to run the intent annotator.
- Run
Interruption boolAnnotator - Whether to run the interruption annotator.
- Run
Issue boolModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- Run
Phrase boolMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- Run
Sentiment boolAnnotator - Whether to run the sentiment annotator.
- Run
Silence boolAnnotator - Whether to run the silence annotator.
- Run
Summarization boolAnnotator - Whether to run the summarization annotator.
- Summarization
Config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config - Configuration for the summarization annotator.
- issue
Models 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 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 BooleanAnnotator - Whether to run the entity annotator.
- run
Intent BooleanAnnotator - Whether to run the intent annotator.
- run
Interruption BooleanAnnotator - Whether to run the interruption annotator.
- run
Issue BooleanModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run
Phrase BooleanMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- run
Sentiment BooleanAnnotator - Whether to run the sentiment annotator.
- run
Silence BooleanAnnotator - Whether to run the silence annotator.
- run
Summarization BooleanAnnotator - Whether to run the summarization annotator.
- summarization
Config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config - Configuration for the summarization annotator.
- issue
Models 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 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 booleanAnnotator - Whether to run the entity annotator.
- run
Intent booleanAnnotator - Whether to run the intent annotator.
- run
Interruption booleanAnnotator - Whether to run the interruption annotator.
- run
Issue booleanModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run
Phrase booleanMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- run
Sentiment booleanAnnotator - Whether to run the sentiment annotator.
- run
Silence booleanAnnotator - Whether to run the silence annotator.
- run
Summarization booleanAnnotator - Whether to run the summarization annotator.
- summarization
Config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config - Configuration for the summarization annotator.
- issue_
models Sequence[str] - The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phrase_
matchers Sequence[str] - The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- run_
entity_ boolannotator - Whether to run the entity annotator.
- run_
intent_ boolannotator - Whether to run the intent annotator.
- run_
interruption_ boolannotator - Whether to run the interruption annotator.
- run_
issue_ boolmodel_ annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run_
phrase_ boolmatcher_ annotator - Whether to run the active phrase matcher annotator(s).
- run_
sentiment_ boolannotator - Whether to run the sentiment annotator.
- run_
silence_ boolannotator - Whether to run the silence annotator.
- run_
summarization_ boolannotator - Whether to run the summarization annotator.
- summarization_
config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config - Configuration for the summarization annotator.
- issue
Models 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 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 BooleanAnnotator - Whether to run the entity annotator.
- run
Intent BooleanAnnotator - Whether to run the intent annotator.
- run
Interruption BooleanAnnotator - Whether to run the interruption annotator.
- run
Issue BooleanModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run
Phrase BooleanMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- run
Sentiment BooleanAnnotator - Whether to run the sentiment annotator.
- run
Silence BooleanAnnotator - Whether to run the silence annotator.
- run
Summarization BooleanAnnotator - Whether to run the summarization annotator.
- summarization
Config Property Map - Configuration for the summarization annotator.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse, GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponseArgs
- Issue
Models 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 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 boolAnnotator - Whether to run the entity annotator.
- Run
Intent boolAnnotator - Whether to run the intent annotator.
- Run
Interruption boolAnnotator - Whether to run the interruption annotator.
- Run
Issue boolModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- Run
Phrase boolMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- Run
Sentiment boolAnnotator - Whether to run the sentiment annotator.
- Run
Silence boolAnnotator - Whether to run the silence annotator.
- Run
Summarization boolAnnotator - Whether to run the summarization annotator.
- Summarization
Config Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- Issue
Models []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 []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 boolAnnotator - Whether to run the entity annotator.
- Run
Intent boolAnnotator - Whether to run the intent annotator.
- Run
Interruption boolAnnotator - Whether to run the interruption annotator.
- Run
Issue boolModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- Run
Phrase boolMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- Run
Sentiment boolAnnotator - Whether to run the sentiment annotator.
- Run
Silence boolAnnotator - Whether to run the silence annotator.
- Run
Summarization boolAnnotator - Whether to run the summarization annotator.
- Summarization
Config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- issue
Models 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 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 BooleanAnnotator - Whether to run the entity annotator.
- run
Intent BooleanAnnotator - Whether to run the intent annotator.
- run
Interruption BooleanAnnotator - Whether to run the interruption annotator.
- run
Issue BooleanModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run
Phrase BooleanMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- run
Sentiment BooleanAnnotator - Whether to run the sentiment annotator.
- run
Silence BooleanAnnotator - Whether to run the silence annotator.
- run
Summarization BooleanAnnotator - Whether to run the summarization annotator.
- summarization
Config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- issue
Models 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 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 booleanAnnotator - Whether to run the entity annotator.
- run
Intent booleanAnnotator - Whether to run the intent annotator.
- run
Interruption booleanAnnotator - Whether to run the interruption annotator.
- run
Issue booleanModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run
Phrase booleanMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- run
Sentiment booleanAnnotator - Whether to run the sentiment annotator.
- run
Silence booleanAnnotator - Whether to run the silence annotator.
- run
Summarization booleanAnnotator - Whether to run the summarization annotator.
- summarization
Config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- issue_
models Sequence[str] - The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
- phrase_
matchers Sequence[str] - The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
- run_
entity_ boolannotator - Whether to run the entity annotator.
- run_
intent_ boolannotator - Whether to run the intent annotator.
- run_
interruption_ boolannotator - Whether to run the interruption annotator.
- run_
issue_ boolmodel_ annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run_
phrase_ boolmatcher_ annotator - Whether to run the active phrase matcher annotator(s).
- run_
sentiment_ boolannotator - Whether to run the sentiment annotator.
- run_
silence_ boolannotator - Whether to run the silence annotator.
- run_
summarization_ boolannotator - Whether to run the summarization annotator.
- summarization_
config GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Response - Configuration for the summarization annotator.
- issue
Models 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 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 BooleanAnnotator - Whether to run the entity annotator.
- run
Intent BooleanAnnotator - Whether to run the intent annotator.
- run
Interruption BooleanAnnotator - Whether to run the interruption annotator.
- run
Issue BooleanModel Annotator - Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
- run
Phrase BooleanMatcher Annotator - Whether to run the active phrase matcher annotator(s).
- run
Sentiment BooleanAnnotator - Whether to run the sentiment annotator.
- run
Silence BooleanAnnotator - Whether to run the silence annotator.
- run
Summarization BooleanAnnotator - Whether to run the summarization annotator.
- summarization
Config Property Map - Configuration for the summarization annotator.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig, GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs
- Conversation
Profile string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- Summarization
Model Pulumi.Google Native. Contactcenterinsights. V1. Google Cloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model - Default summarization model to be used.
- Conversation
Profile string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- Summarization
Model GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model - Default summarization model to be used.
- conversation
Profile String - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model - Default summarization model to be used.
- conversation
Profile string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model - Default summarization model to be used.
- conversation_
profile str - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization_
model GoogleCloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model - Default summarization model to be used.
- conversation
Profile String - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model "SUMMARIZATION_MODEL_UNSPECIFIED" | "BASELINE_MODEL" - Default summarization model to be used.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse, GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponseArgs
- Conversation
Profile string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- Summarization
Model string - Default summarization model to be used.
- Conversation
Profile string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- Summarization
Model string - Default summarization model to be used.
- conversation
Profile String - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model String - Default summarization model to be used.
- conversation
Profile string - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model string - Default summarization model to be used.
- conversation_
profile str - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization_
model str - Default summarization model to be used.
- conversation
Profile String - Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- summarization
Model String - Default summarization model to be used.
GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel, GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModelArgs
- Summarization
Model Unspecified - SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- Baseline
Model - BASELINE_MODELThe CCAI baseline model.
- Google
Cloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model Summarization Model Unspecified - SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- Google
Cloud Contactcenterinsights V1Annotator Selector Summarization Config Summarization Model Baseline Model - BASELINE_MODELThe CCAI baseline model.
- Summarization
Model Unspecified - SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- Baseline
Model - BASELINE_MODELThe CCAI baseline model.
- Summarization
Model Unspecified - SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- Baseline
Model - BASELINE_MODELThe CCAI baseline model.
- SUMMARIZATION_MODEL_UNSPECIFIED
- SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- BASELINE_MODEL
- BASELINE_MODELThe CCAI baseline model.
- "SUMMARIZATION_MODEL_UNSPECIFIED"
- SUMMARIZATION_MODEL_UNSPECIFIEDUnspecified summarization model.
- "BASELINE_MODEL"
- BASELINE_MODELThe CCAI baseline model.
GoogleCloudContactcenterinsightsV1CallAnnotationResponse, GoogleCloudContactcenterinsightsV1CallAnnotationResponseArgs
- Annotation
End Pulumi.Boundary Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- Annotation
Start Pulumi.Boundary Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation starts, inclusive.
- Channel
Tag int - The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- Entity
Mention Pulumi.Data Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- Hold
Data Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- Intent
Match Pulumi.Data Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- Interruption
Data Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- Issue
Match Pulumi.Data Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- Phrase
Match Pulumi.Data Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- Sentiment
Data Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- Silence
Data Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- Annotation
End GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- Annotation
Start GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation starts, inclusive.
- Channel
Tag int - The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- Entity
Mention GoogleData Cloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- Hold
Data GoogleCloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- Intent
Match GoogleData Cloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- Interruption
Data GoogleCloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- Issue
Match GoogleData Cloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- Phrase
Match GoogleData Cloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- Sentiment
Data GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- Silence
Data GoogleCloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- annotation
End GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- annotation
Start GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation starts, inclusive.
- channel
Tag Integer - The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- entity
Mention GoogleData Cloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- hold
Data GoogleCloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- intent
Match GoogleData Cloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- interruption
Data GoogleCloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- issue
Match GoogleData Cloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- phrase
Match GoogleData Cloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- sentiment
Data GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- silence
Data GoogleCloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- annotation
End GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- annotation
Start GoogleBoundary Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation starts, inclusive.
- channel
Tag number - The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- entity
Mention GoogleData Cloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- hold
Data GoogleCloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- intent
Match GoogleData Cloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- interruption
Data GoogleCloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- issue
Match GoogleData Cloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- phrase
Match GoogleData Cloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- sentiment
Data GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- silence
Data GoogleCloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- annotation_
end_ Googleboundary Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation ends, inclusive.
- annotation_
start_ Googleboundary Cloud Contactcenterinsights V1Annotation Boundary Response - The boundary in the conversation where the annotation starts, inclusive.
- channel_
tag int - The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- entity_
mention_ Googledata Cloud Contactcenterinsights V1Entity Mention Data Response - Data specifying an entity mention.
- hold_
data GoogleCloud Contactcenterinsights V1Hold Data Response - Data specifying a hold.
- intent_
match_ Googledata Cloud Contactcenterinsights V1Intent Match Data Response - Data specifying an intent match.
- interruption_
data GoogleCloud Contactcenterinsights V1Interruption Data Response - Data specifying an interruption.
- issue_
match_ Googledata Cloud Contactcenterinsights V1Issue Match Data Response - Data specifying an issue match.
- phrase_
match_ Googledata Cloud Contactcenterinsights V1Phrase Match Data Response - Data specifying a phrase match.
- sentiment_
data GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- silence_
data GoogleCloud Contactcenterinsights V1Silence Data Response - Data specifying silence.
- annotation
End Property MapBoundary - The boundary in the conversation where the annotation ends, inclusive.
- annotation
Start Property MapBoundary - The boundary in the conversation where the annotation starts, inclusive.
- channel
Tag Number - The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
- entity
Mention Property MapData - Data specifying an entity mention.
- hold
Data Property Map - Data specifying a hold.
- intent
Match Property MapData - Data specifying an intent match.
- interruption
Data Property Map - Data specifying an interruption.
- issue
Match Property MapData - Data specifying an issue match.
- phrase
Match Property MapData - Data specifying a phrase match.
- sentiment
Data Property Map - Data specifying sentiment.
- silence
Data Property Map - Data specifying silence.
GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponse, GoogleCloudContactcenterinsightsV1ConversationLevelSentimentResponseArgs
- Channel
Tag int - The channel of the audio that the data applies to.
- Sentiment
Data Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- Channel
Tag int - The channel of the audio that the data applies to.
- Sentiment
Data GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- channel
Tag Integer - The channel of the audio that the data applies to.
- sentiment
Data GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- channel
Tag number - The channel of the audio that the data applies to.
- sentiment
Data GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- channel_
tag int - The channel of the audio that the data applies to.
- sentiment_
data GoogleCloud Contactcenterinsights V1Sentiment Data Response - Data specifying sentiment.
- channel
Tag Number - The channel of the audio that the data applies to.
- sentiment
Data Property Map - Data specifying sentiment.
GoogleCloudContactcenterinsightsV1EntityMentionDataResponse, GoogleCloudContactcenterinsightsV1EntityMentionDataResponseArgs
- Entity
Unique stringId - The key of this entity in conversation entities. Can be used to retrieve the exact
Entity
this mention is attached to. - Sentiment
Pulumi.
Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Sentiment Data Response - Sentiment expressed for this mention of the entity.
- Type string
- The type of the entity mention.
- Entity
Unique stringId - The key of this entity in conversation entities. Can be used to retrieve the exact
Entity
this mention is attached to. - Sentiment
Google
Cloud Contactcenterinsights V1Sentiment Data Response - Sentiment expressed for this mention of the entity.
- Type string
- The type of the entity mention.
- entity
Unique StringId - The key of this entity in conversation entities. Can be used to retrieve the exact
Entity
this mention is attached to. - sentiment
Google
Cloud Contactcenterinsights V1Sentiment Data Response - Sentiment expressed for this mention of the entity.
- type String
- The type of the entity mention.
- entity
Unique stringId - The key of this entity in conversation entities. Can be used to retrieve the exact
Entity
this mention is attached to. - sentiment
Google
Cloud Contactcenterinsights V1Sentiment Data Response - Sentiment expressed for this mention of the entity.
- type string
- The type of the entity mention.
- entity_
unique_ strid - The key of this entity in conversation entities. Can be used to retrieve the exact
Entity
this mention is attached to. - sentiment
Google
Cloud Contactcenterinsights V1Sentiment Data Response - Sentiment expressed for this mention of the entity.
- type str
- The type of the entity mention.
- entity
Unique StringId - The key of this entity in conversation entities. Can be used to retrieve the exact
Entity
this mention is attached to. - sentiment Property Map
- Sentiment expressed for this mention of the entity.
- type String
- The type of the entity mention.
GoogleCloudContactcenterinsightsV1IntentMatchDataResponse, GoogleCloudContactcenterinsightsV1IntentMatchDataResponseArgs
- Intent
Unique stringId - The id of the matched intent. Can be used to retrieve the corresponding intent information.
- Intent
Unique stringId - The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intent
Unique StringId - The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intent
Unique stringId - The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intent_
unique_ strid - The id of the matched intent. Can be used to retrieve the corresponding intent information.
- intent
Unique StringId - The id of the matched intent. Can be used to retrieve the corresponding intent information.
GoogleCloudContactcenterinsightsV1IssueAssignmentResponse, GoogleCloudContactcenterinsightsV1IssueAssignmentResponseArgs
- Display
Name string - Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- Issue string
- Resource name of the assigned issue.
- Score double
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- Display
Name string - Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- Issue string
- Resource name of the assigned issue.
- Score float64
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- display
Name String - Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- issue String
- Resource name of the assigned issue.
- score Double
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- display
Name string - Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- issue string
- Resource name of the assigned issue.
- score number
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- display_
name str - Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- issue str
- Resource name of the assigned issue.
- score float
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
- display
Name String - Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
- issue String
- Resource name of the assigned issue.
- score Number
- Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
GoogleCloudContactcenterinsightsV1IssueMatchDataResponse, GoogleCloudContactcenterinsightsV1IssueMatchDataResponseArgs
- Issue
Assignment Pulumi.Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- Issue
Assignment GoogleCloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- issue
Assignment GoogleCloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- issue
Assignment GoogleCloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- issue_
assignment GoogleCloud Contactcenterinsights V1Issue Assignment Response - Information about the issue's assignment.
- issue
Assignment Property Map - Information about the issue's assignment.
GoogleCloudContactcenterinsightsV1IssueModelResultResponse, GoogleCloudContactcenterinsightsV1IssueModelResultResponseArgs
- Issue
Model string - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- Issues
List<Pulumi.
Google Native. Contactcenterinsights. V1. Inputs. Google Cloud Contactcenterinsights V1Issue Assignment Response> - All the matched issues.
- Issue
Model string - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- Issues
[]Google
Cloud Contactcenterinsights V1Issue Assignment Response - All the matched issues.
- issue
Model String - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues
List<Google
Cloud Contactcenterinsights V1Issue Assignment Response> - All the matched issues.
- issue
Model string - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues
Google
Cloud Contactcenterinsights V1Issue Assignment Response[] - All the matched issues.
- issue_
model str - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues
Sequence[Google
Cloud Contactcenterinsights V1Issue Assignment Response] - All the matched issues.
- issue
Model String - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
- issues List<Property Map>
- All the matched issues.
GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse, GoogleCloudContactcenterinsightsV1PhraseMatchDataResponseArgs
- Display
Name string - The human-readable name of the phrase matcher.
- Phrase
Matcher string - The unique identifier (the resource name) of the phrase matcher.
- Display
Name string - The human-readable name of the phrase matcher.
- Phrase
Matcher string - The unique identifier (the resource name) of the phrase matcher.
- display
Name String - The human-readable name of the phrase matcher.
- phrase
Matcher String - The unique identifier (the resource name) of the phrase matcher.
- display
Name string - The human-readable name of the phrase matcher.
- phrase
Matcher string - The unique identifier (the resource name) of the phrase matcher.
- display_
name str - The human-readable name of the phrase matcher.
- phrase_
matcher str - The unique identifier (the resource name) of the phrase matcher.
- display
Name String - The human-readable name of the phrase matcher.
- phrase
Matcher String - The unique identifier (the resource name) of the phrase matcher.
GoogleCloudContactcenterinsightsV1SentimentDataResponse, GoogleCloudContactcenterinsightsV1SentimentDataResponseArgs
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.