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 float
getAnalysisPercentage()
Required.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).String
getFilter()
Required.com.google.protobuf.ByteString
getFilterBytes()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.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
-
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;
-
-