public interface AnnotatorSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<String> |
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.
|
List<String> |
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.SummarizationConfigOrBuilder |
getSummarizationConfigOrBuilder()
Configuration for the summarization annotator.
|
boolean |
hasSummarizationConfig()
Configuration for the summarization annotator.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getRunInterruptionAnnotator()
Whether to run the interruption annotator.
bool run_interruption_annotator = 1;boolean getRunSilenceAnnotator()
Whether to run the silence annotator.
bool run_silence_annotator = 2;boolean getRunPhraseMatcherAnnotator()
Whether to run the active phrase matcher annotator(s).
bool run_phrase_matcher_annotator = 3;List<String> 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) = { ... }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) = { ... }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) = { ... }index - The index of the element to return.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) = { ... }index - The index of the value to return.boolean getRunSentimentAnnotator()
Whether to run the sentiment annotator.
bool run_sentiment_annotator = 5;boolean getRunEntityAnnotator()
Whether to run the entity annotator.
bool run_entity_annotator = 6;boolean getRunIntentAnnotator()
Whether to run the intent annotator.
bool run_intent_annotator = 7;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;List<String> 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) = { ... }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) = { ... }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) = { ... }index - The index of the element to return.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) = { ... }index - The index of the value to return.boolean getRunSummarizationAnnotator()
Whether to run the summarization annotator.
bool run_summarization_annotator = 9;boolean hasSummarizationConfig()
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
AnnotatorSelector.SummarizationConfig getSummarizationConfig()
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
AnnotatorSelector.SummarizationConfigOrBuilder getSummarizationConfigOrBuilder()
Configuration for the summarization annotator.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
Copyright © 2023 Google LLC. All rights reserved.