public sealed class Settings.Types.AnalysisConfig : IMessage<Settings.Types.AnalysisConfig>, IEquatable<Settings.Types.AnalysisConfig>, IDeepCloneable<Settings.Types.AnalysisConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class Settings.Types.AnalysisConfig.
Default configuration when creating Analyses in Insights.
Implements
IMessageSettingsTypesAnalysisConfig, IEquatableSettingsTypesAnalysisConfig, IDeepCloneableSettingsTypesAnalysisConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
AnalysisConfig()
public AnalysisConfig()
AnalysisConfig(AnalysisConfig)
public AnalysisConfig(Settings.Types.AnalysisConfig other)
Parameter | |
---|---|
Name | Description |
other | SettingsTypesAnalysisConfig |
Properties
AnnotatorSelector
public AnnotatorSelector AnnotatorSelector { get; set; }
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
Property Value | |
---|---|
Type | Description |
AnnotatorSelector |
RuntimeIntegrationAnalysisPercentage
public double RuntimeIntegrationAnalysisPercentage { get; set; }
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
Property Value | |
---|---|
Type | Description |
double |
UploadConversationAnalysisPercentage
public double UploadConversationAnalysisPercentage { get; set; }
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
Property Value | |
---|---|
Type | Description |
double |