Google Cloud Contact Center Insights V1 Client - Class AnalysisConfig (1.2.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
float

setRuntimeIntegrationAnalysisPercentage

Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getUploadConversationAnalysisPercentage

Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].

Returns
TypeDescription
float

setUploadConversationAnalysisPercentage

Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].

Parameter
NameDescription
var float
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Cloud\ContactCenterInsights\V1\AnnotatorSelector
Returns
TypeDescription
$this