public sealed class AnalysisConfig : IMessage<Settings.Types.AnalysisConfig>, IEquatable<Settings.Types.AnalysisConfig>, IDeepCloneable<Settings.Types.AnalysisConfig>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class Settings.Types.AnalysisConfig.
Default configuration when creating Analyses in Insights.
Implements
IMessage<Settings.Types.AnalysisConfig>, IEquatable<Settings.Types.AnalysisConfig>, IDeepCloneable<Settings.Types.AnalysisConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
AnalysisConfig()
public AnalysisConfig()AnalysisConfig(Settings.Types.AnalysisConfig)
public AnalysisConfig(Settings.Types.AnalysisConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
Settings.Types.AnalysisConfig |
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 |
|