Contact Center AI Insights v1 API - Class Settings.Types.AnalysisConfig (2.14.0)

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.

Inheritance

object > Settings.Types.AnalysisConfig

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

AnalysisConfig()

public AnalysisConfig()

AnalysisConfig(AnalysisConfig)

public AnalysisConfig(Settings.Types.AnalysisConfig other)
Parameter
NameDescription
otherSettingsTypesAnalysisConfig

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
TypeDescription
AnnotatorSelector

RuntimeIntegrationAnalysisPercentage

public double RuntimeIntegrationAnalysisPercentage { get; set; }

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

Property Value
TypeDescription
double

UploadConversationAnalysisPercentage

public double UploadConversationAnalysisPercentage { get; set; }

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

Property Value
TypeDescription
double