GoogleCloudContactcenterinsightsV1AnnotatorSelector constructor

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

Implementation

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