Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1AnnotatorSelector

Selector of all available annotators and phrase matchers to run.

Inheritance
object
GoogleCloudContactcenterinsightsV1AnnotatorSelector
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1AnnotatorSelector : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IssueModels

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.

Declaration
[JsonProperty("issueModels")]
public virtual IList<string> IssueModels { get; set; }
Property Value
Type Description
IList<string>

PhraseMatchers

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}

Declaration
[JsonProperty("phraseMatchers")]
public virtual IList<string> PhraseMatchers { get; set; }
Property Value
Type Description
IList<string>

QaConfig

Configuration for the QA annotator.

Declaration
[JsonProperty("qaConfig")]
public virtual GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig QaConfig { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig

RunEntityAnnotator

Whether to run the entity annotator.

Declaration
[JsonProperty("runEntityAnnotator")]
public virtual bool? RunEntityAnnotator { get; set; }
Property Value
Type Description
bool?

RunIntentAnnotator

Whether to run the intent annotator.

Declaration
[JsonProperty("runIntentAnnotator")]
public virtual bool? RunIntentAnnotator { get; set; }
Property Value
Type Description
bool?

RunInterruptionAnnotator

Whether to run the interruption annotator.

Declaration
[JsonProperty("runInterruptionAnnotator")]
public virtual bool? RunInterruptionAnnotator { get; set; }
Property Value
Type Description
bool?

RunIssueModelAnnotator

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

Declaration
[JsonProperty("runIssueModelAnnotator")]
public virtual bool? RunIssueModelAnnotator { get; set; }
Property Value
Type Description
bool?

RunPhraseMatcherAnnotator

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

Declaration
[JsonProperty("runPhraseMatcherAnnotator")]
public virtual bool? RunPhraseMatcherAnnotator { get; set; }
Property Value
Type Description
bool?

RunQaAnnotator

Whether to run the QA annotator.

Declaration
[JsonProperty("runQaAnnotator")]
public virtual bool? RunQaAnnotator { get; set; }
Property Value
Type Description
bool?

RunSentimentAnnotator

Whether to run the sentiment annotator.

Declaration
[JsonProperty("runSentimentAnnotator")]
public virtual bool? RunSentimentAnnotator { get; set; }
Property Value
Type Description
bool?

RunSilenceAnnotator

Whether to run the silence annotator.

Declaration
[JsonProperty("runSilenceAnnotator")]
public virtual bool? RunSilenceAnnotator { get; set; }
Property Value
Type Description
bool?

RunSummarizationAnnotator

Whether to run the summarization annotator.

Declaration
[JsonProperty("runSummarizationAnnotator")]
public virtual bool? RunSummarizationAnnotator { get; set; }
Property Value
Type Description
bool?

SummarizationConfig

Configuration for the summarization annotator.

Declaration
[JsonProperty("summarizationConfig")]
public virtual GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig SummarizationConfig { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX