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 details the `AnalysisConfig` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is part of the Google Cloud Contact Center Insights .NET library."],["The latest version of `AnalysisConfig` is 2.19.0, with a history of versions dating back to 1.0.0, all of which are documented and linked."],["`AnalysisConfig` is a sealed class that defines the default configuration for creating analyses in Insights, inheriting from `Object` and implementing several interfaces."],["The `AnalysisConfig` class includes a property called `RuntimeIntegrationAnalysisPercentage`, which determines the percentage of conversations analyzed automatically, with a range from 0 to 100."],["There are two constructors provided for `AnalysisConfig`: a default constructor and one that takes another `AnalysisConfig` instance as a parameter."]]],[]]