Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class AnalysisConfig.
Default configuration when creating Analyses in Insights.
Generated from protobuf message google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ SettingsMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ runtime_integration_analysis_percentage |
float
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100]. |
↳ upload_conversation_analysis_percentage |
float
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100]. |
↳ annotator_selector |
Google\Cloud\ContactCenterInsights\V1\AnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run. |
getRuntimeIntegrationAnalysisPercentage
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
Returns | |
---|---|
Type | Description |
float |
setRuntimeIntegrationAnalysisPercentage
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getUploadConversationAnalysisPercentage
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
Returns | |
---|---|
Type | Description |
float |
setUploadConversationAnalysisPercentage
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getAnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\AnnotatorSelector|null |
hasAnnotatorSelector
clearAnnotatorSelector
setAnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\AnnotatorSelector
|
Returns | |
---|---|
Type | Description |
$this |