Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig

Default configuration when creating Analyses in Insights.

Inheritance
object
GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig
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 GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig : IDirectResponseSchema

Properties

AnnotatorSelector

To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.

Declaration
[JsonProperty("annotatorSelector")]
public virtual GoogleCloudContactcenterinsightsV1AnnotatorSelector AnnotatorSelector { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1AnnotatorSelector

ETag

The ETag of the item.

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

RuntimeIntegrationAnalysisPercentage

Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].

Declaration
[JsonProperty("runtimeIntegrationAnalysisPercentage")]
public virtual double? RuntimeIntegrationAnalysisPercentage { get; set; }
Property Value
Type Description
double?

UploadConversationAnalysisPercentage

Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].

Declaration
[JsonProperty("uploadConversationAnalysisPercentage")]
public virtual double? UploadConversationAnalysisPercentage { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX