Selector of all available annotators and phrase matchers to run.
JSON representation |
---|
{
"runInterruptionAnnotator": boolean,
"runSilenceAnnotator": boolean,
"runPhraseMatcherAnnotator": boolean,
"phraseMatchers": [
string
],
"runSentimentAnnotator": boolean,
"runEntityAnnotator": boolean,
"runIntentAnnotator": boolean,
"runIssueModelAnnotator": boolean,
"issueModels": [
string
],
"runSummarizationAnnotator": boolean,
"summarizationConfig": {
object ( |
Fields | |
---|---|
run |
Whether to run the interruption annotator. |
run |
Whether to run the silence annotator. |
run |
Whether to run the active phrase matcher annotator(s). |
phrase |
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 runPhraseMatcherAnnotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phraseMatcher} |
run |
Whether to run the sentiment annotator. |
run |
Whether to run the entity annotator. |
run |
Whether to run the intent annotator. |
run |
Whether to run the issue model annotator. A model should have already been deployed for this to take effect. |
issue |
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 runIssueModelAnnotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference. |
run |
Whether to run the summarization annotator. |
summarization |
Configuration for the summarization annotator. |
SummarizationConfig
Configuration for summarization.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field model_source . Summarization must use either a preexisting conversation profile or one of the supported default models. model_source can be only one of the following: |
|
conversation |
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversationProfile} |
summarization |
Default summarization model to be used. |
SummarizationModel
Summarization model to use, if conversationProfile
is not used.
Enums | |
---|---|
SUMMARIZATION_MODEL_UNSPECIFIED |
Unspecified summarization model. |
BASELINE_MODEL |
The CCAI baseline model. |
BASELINE_MODEL_V2_0 |
The CCAI baseline model, V2.0. |