GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse

data class GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse(val issueModels: List<String>, val phraseMatchers: List<String>, val runEntityAnnotator: Boolean, val runIntentAnnotator: Boolean, val runInterruptionAnnotator: Boolean, val runIssueModelAnnotator: Boolean, val runPhraseMatcherAnnotator: Boolean, val runSentimentAnnotator: Boolean, val runSilenceAnnotator: Boolean, val runSummarizationAnnotator: Boolean, val summarizationConfig: GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse)

Selector of all available annotators and phrase matchers to run.

Constructors

fun GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse(issueModels: List<String>, phraseMatchers: List<String>, runEntityAnnotator: Boolean, runIntentAnnotator: Boolean, runInterruptionAnnotator: Boolean, runIssueModelAnnotator: Boolean, runPhraseMatcherAnnotator: Boolean, runSentimentAnnotator: Boolean, runSilenceAnnotator: Boolean, runSummarizationAnnotator: Boolean, summarizationConfig: GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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}

Link copied to clipboard

Whether to run the entity annotator.

Link copied to clipboard

Whether to run the intent annotator.

Link copied to clipboard

Whether to run the interruption annotator.

Link copied to clipboard

Whether to run the issue model annotator. A model should have already been deployed for this to take effect.

Link copied to clipboard

Whether to run the active phrase matcher annotator(s).

Link copied to clipboard

Whether to run the sentiment annotator.

Link copied to clipboard

Whether to run the silence annotator.

Link copied to clipboard

Whether to run the summarization annotator.

Link copied to clipboard