public sealed class ConversationProcessConfig : IMessage<HumanAgentAssistantConfig.Types.ConversationProcessConfig>, IEquatable<HumanAgentAssistantConfig.Types.ConversationProcessConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.ConversationProcessConfig>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `ConversationProcessConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, used for processing conversation configurations."],["The latest version available is 4.26.0, with multiple previous versions listed, ranging down to 3.2.0, each linking to the documentation of the `ConversationProcessConfig` for their respective versions."],["The `ConversationProcessConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for the class."],["The class includes a `RecentSentencesCount` property, which determines the number of recent sentences used for context in generating suggestions, with an `Int32` data type."],["The `ConversationProcessConfig` class has two constructors, one default constructor and another that takes another instance of `ConversationProcessConfig` as an argument."]]],[]]