GoogleCloudContactcenterinsightsV1AnnotatorSelector constructor

GoogleCloudContactcenterinsightsV1AnnotatorSelector({
  1. List<String>? issueModels,
  2. List<String>? phraseMatchers,
  3. bool? runEntityAnnotator,
  4. bool? runIntentAnnotator,
  5. bool? runInterruptionAnnotator,
  6. bool? runIssueModelAnnotator,
  7. bool? runPhraseMatcherAnnotator,
  8. bool? runSentimentAnnotator,
  9. bool? runSilenceAnnotator,
  10. bool? runSummarizationAnnotator,
  11. GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig? summarizationConfig,
})

Implementation

GoogleCloudContactcenterinsightsV1AnnotatorSelector({
  this.issueModels,
  this.phraseMatchers,
  this.runEntityAnnotator,
  this.runIntentAnnotator,
  this.runInterruptionAnnotator,
  this.runIssueModelAnnotator,
  this.runPhraseMatcherAnnotator,
  this.runSentimentAnnotator,
  this.runSilenceAnnotator,
  this.runSummarizationAnnotator,
  this.summarizationConfig,
});