public static final class AnnotatorSelector.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder> implements AnnotatorSelectorOrBuilder
Selector of all available annotators and phrase matchers to run.Protobuf type
google.cloud.contactcenterinsights.v1.AnnotatorSelector| Modifier and Type | Method and Description |
|---|---|
AnnotatorSelector.Builder |
addAllIssueModels(Iterable<String> values)
The issue model to run.
|
AnnotatorSelector.Builder |
addAllPhraseMatchers(Iterable<String> values)
The list of phrase matchers to run.
|
AnnotatorSelector.Builder |
addIssueModels(String value)
The issue model to run.
|
AnnotatorSelector.Builder |
addIssueModelsBytes(com.google.protobuf.ByteString value)
The issue model to run.
|
AnnotatorSelector.Builder |
addPhraseMatchers(String value)
The list of phrase matchers to run.
|
AnnotatorSelector.Builder |
addPhraseMatchersBytes(com.google.protobuf.ByteString value)
The list of phrase matchers to run.
|
AnnotatorSelector.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AnnotatorSelector |
build() |
AnnotatorSelector |
buildPartial() |
AnnotatorSelector.Builder |
clear() |
AnnotatorSelector.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AnnotatorSelector.Builder |
clearIssueModels()
The issue model to run.
|
AnnotatorSelector.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AnnotatorSelector.Builder |
clearPhraseMatchers()
The list of phrase matchers to run.
|
AnnotatorSelector.Builder |
clearRunEntityAnnotator()
Whether to run the entity annotator.
|
AnnotatorSelector.Builder |
clearRunIntentAnnotator()
Whether to run the intent annotator.
|
AnnotatorSelector.Builder |
clearRunInterruptionAnnotator()
Whether to run the interruption annotator.
|
AnnotatorSelector.Builder |
clearRunIssueModelAnnotator()
Whether to run the issue model annotator.
|
AnnotatorSelector.Builder |
clearRunPhraseMatcherAnnotator()
Whether to run the active phrase matcher annotator(s).
|
AnnotatorSelector.Builder |
clearRunSentimentAnnotator()
Whether to run the sentiment annotator.
|
AnnotatorSelector.Builder |
clearRunSilenceAnnotator()
Whether to run the silence annotator.
|
AnnotatorSelector.Builder |
clearRunSummarizationAnnotator()
Whether to run the summarization annotator.
|
AnnotatorSelector.Builder |
clearSummarizationConfig()
Configuration for the summarization annotator.
|
AnnotatorSelector.Builder |
clone() |
AnnotatorSelector |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getIssueModels(int index)
The issue model to run.
|
com.google.protobuf.ByteString |
getIssueModelsBytes(int index)
The issue model to run.
|
int |
getIssueModelsCount()
The issue model to run.
|
com.google.protobuf.ProtocolStringList |
getIssueModelsList()
The issue model to run.
|
String |
getPhraseMatchers(int index)
The list of phrase matchers to run.
|
com.google.protobuf.ByteString |
getPhraseMatchersBytes(int index)
The list of phrase matchers to run.
|
int |
getPhraseMatchersCount()
The list of phrase matchers to run.
|
com.google.protobuf.ProtocolStringList |
getPhraseMatchersList()
The list of phrase matchers to run.
|
boolean |
getRunEntityAnnotator()
Whether to run the entity annotator.
|
boolean |
getRunIntentAnnotator()
Whether to run the intent annotator.
|
boolean |
getRunInterruptionAnnotator()
Whether to run the interruption annotator.
|
boolean |
getRunIssueModelAnnotator()
Whether to run the issue model annotator.
|
boolean |
getRunPhraseMatcherAnnotator()
Whether to run the active phrase matcher annotator(s).
|
boolean |
getRunSentimentAnnotator()
Whether to run the sentiment annotator.
|
boolean |
getRunSilenceAnnotator()
Whether to run the silence annotator.
|
boolean |
getRunSummarizationAnnotator()
Whether to run the summarization annotator.
|
AnnotatorSelector.SummarizationConfig |
getSummarizationConfig()
Configuration for the summarization annotator.
|
AnnotatorSelector.SummarizationConfig.Builder |
getSummarizationConfigBuilder()
Configuration for the summarization annotator.
|
AnnotatorSelector.SummarizationConfigOrBuilder |
getSummarizationConfigOrBuilder()
Configuration for the summarization annotator.
|
boolean |
hasSummarizationConfig()
Configuration for the summarization annotator.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AnnotatorSelector.Builder |
mergeFrom(AnnotatorSelector other) |
AnnotatorSelector.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AnnotatorSelector.Builder |
mergeFrom(com.google.protobuf.Message other) |
AnnotatorSelector.Builder |
mergeSummarizationConfig(AnnotatorSelector.SummarizationConfig value)
Configuration for the summarization annotator.
|
AnnotatorSelector.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AnnotatorSelector.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AnnotatorSelector.Builder |
setIssueModels(int index,
String value)
The issue model to run.
|
AnnotatorSelector.Builder |
setPhraseMatchers(int index,
String value)
The list of phrase matchers to run.
|
AnnotatorSelector.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AnnotatorSelector.Builder |
setRunEntityAnnotator(boolean value)
Whether to run the entity annotator.
|
AnnotatorSelector.Builder |
setRunIntentAnnotator(boolean value)
Whether to run the intent annotator.
|
AnnotatorSelector.Builder |
setRunInterruptionAnnotator(boolean value)
Whether to run the interruption annotator.
|
AnnotatorSelector.Builder |
setRunIssueModelAnnotator(boolean value)
Whether to run the issue model annotator.
|
AnnotatorSelector.Builder |
setRunPhraseMatcherAnnotator(boolean value)
Whether to run the active phrase matcher annotator(s).
|
AnnotatorSelector.Builder |
setRunSentimentAnnotator(boolean value)
Whether to run the sentiment annotator.
|
AnnotatorSelector.Builder |
setRunSilenceAnnotator(boolean value)
Whether to run the silence annotator.
|
AnnotatorSelector.Builder |
setRunSummarizationAnnotator(boolean value)
Whether to run the summarization annotator.
|
AnnotatorSelector.Builder |
setSummarizationConfig(AnnotatorSelector.SummarizationConfig.Builder builderForValue)
Configuration for the summarization annotator.
|
AnnotatorSelector.Builder |
setSummarizationConfig(AnnotatorSelector.SummarizationConfig value)
Configuration for the summarization annotator.
|
AnnotatorSelector.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AnnotatorSelector build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AnnotatorSelector buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AnnotatorSelector.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder mergeFrom(AnnotatorSelector other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public AnnotatorSelector.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnnotatorSelector.Builder>IOExceptionpublic boolean getRunInterruptionAnnotator()
Whether to run the interruption annotator.
bool run_interruption_annotator = 1;getRunInterruptionAnnotator in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setRunInterruptionAnnotator(boolean value)
Whether to run the interruption annotator.
bool run_interruption_annotator = 1;value - The runInterruptionAnnotator to set.public AnnotatorSelector.Builder clearRunInterruptionAnnotator()
Whether to run the interruption annotator.
bool run_interruption_annotator = 1;public boolean getRunSilenceAnnotator()
Whether to run the silence annotator.
bool run_silence_annotator = 2;getRunSilenceAnnotator in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setRunSilenceAnnotator(boolean value)
Whether to run the silence annotator.
bool run_silence_annotator = 2;value - The runSilenceAnnotator to set.public AnnotatorSelector.Builder clearRunSilenceAnnotator()
Whether to run the silence annotator.
bool run_silence_annotator = 2;public boolean getRunPhraseMatcherAnnotator()
Whether to run the active phrase matcher annotator(s).
bool run_phrase_matcher_annotator = 3;getRunPhraseMatcherAnnotator in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setRunPhraseMatcherAnnotator(boolean value)
Whether to run the active phrase matcher annotator(s).
bool run_phrase_matcher_annotator = 3;value - The runPhraseMatcherAnnotator to set.public AnnotatorSelector.Builder clearRunPhraseMatcherAnnotator()
Whether to run the active phrase matcher annotator(s).
bool run_phrase_matcher_annotator = 3;public com.google.protobuf.ProtocolStringList getPhraseMatchersList()
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }getPhraseMatchersList in interface AnnotatorSelectorOrBuilderpublic int getPhraseMatchersCount()
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }getPhraseMatchersCount in interface AnnotatorSelectorOrBuilderpublic String getPhraseMatchers(int index)
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }getPhraseMatchers in interface AnnotatorSelectorOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPhraseMatchersBytes(int index)
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }getPhraseMatchersBytes in interface AnnotatorSelectorOrBuilderindex - The index of the value to return.public AnnotatorSelector.Builder setPhraseMatchers(int index, String value)
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }index - The index to set the value at.value - The phraseMatchers to set.public AnnotatorSelector.Builder addPhraseMatchers(String value)
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }value - The phraseMatchers to add.public AnnotatorSelector.Builder addAllPhraseMatchers(Iterable<String> values)
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }values - The phraseMatchers to add.public AnnotatorSelector.Builder clearPhraseMatchers()
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }public AnnotatorSelector.Builder addPhraseMatchersBytes(com.google.protobuf.ByteString value)
The list of phrase matchers to run. If not provided, all active phrase
matchers will be used. If inactive phrase matchers are provided, they will
not be used. Phrase matchers will be run only if
run_phrase_matcher_annotator is set to true. Format:
projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
repeated string phrase_matchers = 4 [(.google.api.resource_reference) = { ... }value - The bytes of the phraseMatchers to add.public boolean getRunSentimentAnnotator()
Whether to run the sentiment annotator.
bool run_sentiment_annotator = 5;getRunSentimentAnnotator in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setRunSentimentAnnotator(boolean value)
Whether to run the sentiment annotator.
bool run_sentiment_annotator = 5;value - The runSentimentAnnotator to set.public AnnotatorSelector.Builder clearRunSentimentAnnotator()
Whether to run the sentiment annotator.
bool run_sentiment_annotator = 5;public boolean getRunEntityAnnotator()
Whether to run the entity annotator.
bool run_entity_annotator = 6;getRunEntityAnnotator in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setRunEntityAnnotator(boolean value)
Whether to run the entity annotator.
bool run_entity_annotator = 6;value - The runEntityAnnotator to set.public AnnotatorSelector.Builder clearRunEntityAnnotator()
Whether to run the entity annotator.
bool run_entity_annotator = 6;public boolean getRunIntentAnnotator()
Whether to run the intent annotator.
bool run_intent_annotator = 7;getRunIntentAnnotator in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setRunIntentAnnotator(boolean value)
Whether to run the intent annotator.
bool run_intent_annotator = 7;value - The runIntentAnnotator to set.public AnnotatorSelector.Builder clearRunIntentAnnotator()
Whether to run the intent annotator.
bool run_intent_annotator = 7;public boolean getRunIssueModelAnnotator()
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
bool run_issue_model_annotator = 8;getRunIssueModelAnnotator in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setRunIssueModelAnnotator(boolean value)
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
bool run_issue_model_annotator = 8;value - The runIssueModelAnnotator to set.public AnnotatorSelector.Builder clearRunIssueModelAnnotator()
Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
bool run_issue_model_annotator = 8;public com.google.protobuf.ProtocolStringList getIssueModelsList()
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }getIssueModelsList in interface AnnotatorSelectorOrBuilderpublic int getIssueModelsCount()
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }getIssueModelsCount in interface AnnotatorSelectorOrBuilderpublic String getIssueModels(int index)
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }getIssueModels in interface AnnotatorSelectorOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getIssueModelsBytes(int index)
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }getIssueModelsBytes in interface AnnotatorSelectorOrBuilderindex - The index of the value to return.public AnnotatorSelector.Builder setIssueModels(int index, String value)
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }index - The index to set the value at.value - The issueModels to set.public AnnotatorSelector.Builder addIssueModels(String value)
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }value - The issueModels to add.public AnnotatorSelector.Builder addAllIssueModels(Iterable<String> values)
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }values - The issueModels to add.public AnnotatorSelector.Builder clearIssueModels()
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }public AnnotatorSelector.Builder addIssueModelsBytes(com.google.protobuf.ByteString value)
The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
repeated string issue_models = 10 [(.google.api.resource_reference) = { ... }value - The bytes of the issueModels to add.public boolean getRunSummarizationAnnotator()
Whether to run the summarization annotator.
bool run_summarization_annotator = 9;getRunSummarizationAnnotator in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setRunSummarizationAnnotator(boolean value)
Whether to run the summarization annotator.
bool run_summarization_annotator = 9;value - The runSummarizationAnnotator to set.public AnnotatorSelector.Builder clearRunSummarizationAnnotator()
Whether to run the summarization annotator.
bool run_summarization_annotator = 9;public boolean hasSummarizationConfig()
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
hasSummarizationConfig in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.SummarizationConfig getSummarizationConfig()
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
getSummarizationConfig in interface AnnotatorSelectorOrBuilderpublic AnnotatorSelector.Builder setSummarizationConfig(AnnotatorSelector.SummarizationConfig value)
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
public AnnotatorSelector.Builder setSummarizationConfig(AnnotatorSelector.SummarizationConfig.Builder builderForValue)
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
public AnnotatorSelector.Builder mergeSummarizationConfig(AnnotatorSelector.SummarizationConfig value)
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
public AnnotatorSelector.Builder clearSummarizationConfig()
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
public AnnotatorSelector.SummarizationConfig.Builder getSummarizationConfigBuilder()
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
public AnnotatorSelector.SummarizationConfigOrBuilder getSummarizationConfigOrBuilder()
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
getSummarizationConfigOrBuilder in interface AnnotatorSelectorOrBuilderpublic final AnnotatorSelector.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>public final AnnotatorSelector.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotatorSelector.Builder>Copyright © 2023 Google LLC. All rights reserved.