Google Cloud Contactcenterinsights V1Annotator Selector Args
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
Link copied to clipboard
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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard