public interface BulkAnalyzeConversationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource to create analyses in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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) = { ... }
String getFilter()
Required. Filter used to select the subset of conversations to analyze.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFilterBytes()
Required. Filter used to select the subset of conversations to analyze.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];float getAnalysisPercentage()
Required. Percentage of selected conversation to analyze, between [0, 100].
float analysis_percentage = 3 [(.google.api.field_behavior) = REQUIRED];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;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;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;Copyright © 2023 Google LLC. All rights reserved.