public sealed class AnalysisConfig : IMessage<Settings.Types.AnalysisConfig>, IEquatable<Settings.Types.AnalysisConfig>, IDeepCloneable<Settings.Types.AnalysisConfig>, IBufferMessage, IMessage
Default configuration when creating Analyses in Insights.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `AnalysisConfig` class within the Google Cloud Contact Center Insights .NET library, specifically for the Google.Cloud.ContactCenterInsights.V1 namespace."],["`AnalysisConfig` is the default configuration used when creating Analyses in Insights and has an inheritance chain starting from `Object`, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes a `Settings.Types.AnalysisConfig` parameter, allowing the creation of an `AnalysisConfig` object either with default values or by copying another instance."],["The `AnalysisConfig` class features the `RuntimeIntegrationAnalysisPercentage` property, which sets the percentage of automatically analyzed Dialogflow runtime conversations, ranging from 0 to 100."],["This documentation covers multiple versions of the `AnalysisConfig`, starting from version 1.0.0 up until the most recent version 2.19.0, and it has links to each version."]]],[]]