com.google.cloud.contactcenterinsights.v1.AnnotatorSelectorOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-contact-center-insights-v1 Show documentation
Show all versions of proto-google-cloud-contact-center-insights-v1 Show documentation
Proto library for google-cloud-contact-center-insights
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/contactcenterinsights/v1/resources.proto
// Protobuf Java Version: 3.25.4
package com.google.cloud.contactcenterinsights.v1;
public interface AnnotatorSelectorOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.contactcenterinsights.v1.AnnotatorSelector)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Whether to run the interruption annotator.
*
*
* bool run_interruption_annotator = 1;
*
* @return The runInterruptionAnnotator.
*/
boolean getRunInterruptionAnnotator();
/**
*
*
*
* Whether to run the silence annotator.
*
*
* bool run_silence_annotator = 2;
*
* @return The runSilenceAnnotator.
*/
boolean getRunSilenceAnnotator();
/**
*
*
*
* Whether to run the active phrase matcher annotator(s).
*
*
* bool run_phrase_matcher_annotator = 3;
*
* @return The runPhraseMatcherAnnotator.
*/
boolean getRunPhraseMatcherAnnotator();
/**
*
*
*
* 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) = { ... }
*
* @return A list containing the phraseMatchers.
*/
java.util.List 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) = { ... }
*
* @return The count of phraseMatchers.
*/
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) = { ... }
*
* @param index The index of the element to return.
* @return The phraseMatchers at the given index.
*/
java.lang.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) = { ... }
*
* @param index The index of the value to return.
* @return The bytes of the phraseMatchers at the given index.
*/
com.google.protobuf.ByteString getPhraseMatchersBytes(int index);
/**
*
*
*
* Whether to run the sentiment annotator.
*
*
* bool run_sentiment_annotator = 5;
*
* @return The runSentimentAnnotator.
*/
boolean getRunSentimentAnnotator();
/**
*
*
*
* Whether to run the entity annotator.
*
*
* bool run_entity_annotator = 6;
*
* @return The runEntityAnnotator.
*/
boolean getRunEntityAnnotator();
/**
*
*
*
* Whether to run the intent annotator.
*
*
* bool run_intent_annotator = 7;
*
* @return The runIntentAnnotator.
*/
boolean getRunIntentAnnotator();
/**
*
*
*
* 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;
*
* @return The runIssueModelAnnotator.
*/
boolean getRunIssueModelAnnotator();
/**
*
*
*
* 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) = { ... }
*
* @return A list containing the issueModels.
*/
java.util.List 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) = { ... }
*
* @return The count of issueModels.
*/
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) = { ... }
*
* @param index The index of the element to return.
* @return The issueModels at the given index.
*/
java.lang.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) = { ... }
*
* @param index The index of the value to return.
* @return The bytes of the issueModels at the given index.
*/
com.google.protobuf.ByteString getIssueModelsBytes(int index);
/**
*
*
*
* Whether to run the summarization annotator.
*
*
* bool run_summarization_annotator = 9;
*
* @return The runSummarizationAnnotator.
*/
boolean getRunSummarizationAnnotator();
/**
*
*
*
* Configuration for the summarization annotator.
*
*
*
* .google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
*
*
* @return Whether the summarizationConfig field is set.
*/
boolean hasSummarizationConfig();
/**
*
*
*
* Configuration for the summarization annotator.
*
*
*
* .google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
*
*
* @return The summarizationConfig.
*/
com.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig
getSummarizationConfig();
/**
*
*
*
* Configuration for the summarization annotator.
*
*
*
* .google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig summarization_config = 11;
*
*/
com.google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfigOrBuilder
getSummarizationConfigOrBuilder();
}