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"]],[["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 `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."]]],[]]