GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs

data class GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs(val issueModels: Output<List<String>>? = null, val phraseMatchers: Output<List<String>>? = null, val runEntityAnnotator: Output<Boolean>? = null, val runIntentAnnotator: Output<Boolean>? = null, val runInterruptionAnnotator: Output<Boolean>? = null, val runIssueModelAnnotator: Output<Boolean>? = null, val runPhraseMatcherAnnotator: Output<Boolean>? = null, val runSentimentAnnotator: Output<Boolean>? = null, val runSilenceAnnotator: Output<Boolean>? = null, val runSummarizationAnnotator: Output<Boolean>? = null, val summarizationConfig: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs>

Selector of all available annotators and phrase matchers to run.

Constructors

fun GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs(issueModels: Output<List<String>>? = null, phraseMatchers: Output<List<String>>? = null, runEntityAnnotator: Output<Boolean>? = null, runIntentAnnotator: Output<Boolean>? = null, runInterruptionAnnotator: Output<Boolean>? = null, runIssueModelAnnotator: Output<Boolean>? = null, runPhraseMatcherAnnotator: Output<Boolean>? = null, runSentimentAnnotator: Output<Boolean>? = null, runSilenceAnnotator: Output<Boolean>? = null, runSummarizationAnnotator: Output<Boolean>? = null, summarizationConfig: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs

Properties

Link copied to clipboard
val issueModels: Output<List<String>>? = null

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
val phraseMatchers: Output<List<String>>? = null

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
val runEntityAnnotator: Output<Boolean>? = null

Whether to run the entity annotator.

Link copied to clipboard
val runIntentAnnotator: Output<Boolean>? = null

Whether to run the intent annotator.

Link copied to clipboard
val runInterruptionAnnotator: Output<Boolean>? = null

Whether to run the interruption annotator.

Link copied to clipboard
val runIssueModelAnnotator: Output<Boolean>? = null

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

Link copied to clipboard
val runPhraseMatcherAnnotator: Output<Boolean>? = null

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

Link copied to clipboard
val runSentimentAnnotator: Output<Boolean>? = null

Whether to run the sentiment annotator.

Link copied to clipboard
val runSilenceAnnotator: Output<Boolean>? = null

Whether to run the silence annotator.

Link copied to clipboard
val runSummarizationAnnotator: Output<Boolean>? = null

Whether to run the summarization annotator.

Link copied to clipboard

Configuration for the summarization annotator.