Interface Settings.AnalysisConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Settings.AnalysisConfig
,Settings.AnalysisConfig.Builder
- Enclosing class:
- Settings
public static interface Settings.AnalysisConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatorSelector
getAnnotatorSelector()
To select the annotators to run and the phrase matchers to use (if any).AnnotatorSelectorOrBuilder
getAnnotatorSelectorOrBuilder()
To select the annotators to run and the phrase matchers to use (if any).double
getRuntimeIntegrationAnalysisPercentage()
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].double
getUploadConversationAnalysisPercentage()
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].boolean
hasAnnotatorSelector()
To select the annotators to run and the phrase matchers to use (if any).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRuntimeIntegrationAnalysisPercentage
double getRuntimeIntegrationAnalysisPercentage()
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
double runtime_integration_analysis_percentage = 1;
- Returns:
- The runtimeIntegrationAnalysisPercentage.
-
getUploadConversationAnalysisPercentage
double getUploadConversationAnalysisPercentage()
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
double upload_conversation_analysis_percentage = 6;
- Returns:
- The uploadConversationAnalysisPercentage.
-
hasAnnotatorSelector
boolean hasAnnotatorSelector()
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 5;
- Returns:
- Whether the annotatorSelector field is set.
-
getAnnotatorSelector
AnnotatorSelector getAnnotatorSelector()
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 5;
- Returns:
- The annotatorSelector.
-
getAnnotatorSelectorOrBuilder
AnnotatorSelectorOrBuilder getAnnotatorSelectorOrBuilder()
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 5;
-
-