public static interface Settings.AnalysisConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getRuntimeIntegrationAnalysisPercentage()
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
double runtime_integration_analysis_percentage = 1;double getUploadConversationAnalysisPercentage()
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
double upload_conversation_analysis_percentage = 6;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;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;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;Copyright © 2023 Google LLC. All rights reserved.