Interface BulkAnalyzeConversationsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BulkAnalyzeConversationsRequest,BulkAnalyzeConversationsRequest.Builder
public interface BulkAnalyzeConversationsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetAnalysisPercentage()Required.AnnotatorSelectorgetAnnotatorSelector()To select the annotators to run and the phrase matchers to use (if any).AnnotatorSelectorOrBuildergetAnnotatorSelectorOrBuilder()To select the annotators to run and the phrase matchers to use (if any).StringgetFilter()Required.com.google.protobuf.ByteStringgetFilterBytes()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.booleanhasAnnotatorSelector()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
-
getParent
String getParent()
Required. The parent resource to create analyses in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource to create analyses in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getFilter
String getFilter()
Required. Filter used to select the subset of conversations to analyze.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
Required. Filter used to select the subset of conversations to analyze.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for filter.
-
getAnalysisPercentage
float getAnalysisPercentage()
Required. Percentage of selected conversation to analyze, between [0, 100].
float analysis_percentage = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The analysisPercentage.
-
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 = 8;- 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 = 8;- 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 = 8;
-
-