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."],[[["The latest version of the `AnalysisConfig` is 2.19.0, with several other previous versions available, ranging from 2.18.0 down to 1.0.0."],["`AnalysisConfig` is the default configuration used when creating Analyses in Insights, and it inherits from Object."],["The class `AnalysisConfig` can be instantiated through a default constructor `AnalysisConfig()` or by using an existing `Settings.Types.AnalysisConfig` as a parameter in `AnalysisConfig(Settings.Types.AnalysisConfig other)`."],["The `AnalysisConfig` class includes a `RuntimeIntegrationAnalysisPercentage` property, which determines the percentage of conversations using Dialogflow runtime integration to analyze automatically, between 0 and 100."]]],[]]