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 webpage details the `AnalysisConfig` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is the default configuration for creating Analyses in Insights."],["The `AnalysisConfig` class has been implemented in various versions, ranging from version 1.0.0 to the latest 2.19.0, with links provided for each version."],["The `AnalysisConfig` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its compatibility with Protobuf and .NET."],["The class includes a property named `RuntimeIntegrationAnalysisPercentage`, a double, that represents the percentage of conversations created using Dialogflow runtime integration to analyze automatically, ranging from 0 to 100."],["There are two constructors available for `AnalysisConfig`, one being the default and the other taking an `AnalysisConfig` object as an argument for copying its state."]]],[]]