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-04-02 UTC."],[[["The page provides documentation for `ConversationProcessConfig`, a class used to configure the processing of conversations within the Dialogflow V2 API."],["The documentation covers versions from 3.2.0 to 4.26.0 of the Google.Cloud.Dialogflow.V2 library, with 4.26.0 being the latest release."],["The `ConversationProcessConfig` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ConversationProcessConfig` class offers two constructors: one default constructor and another that accepts an existing `ConversationProcessConfig` instance for cloning."],["The properties section highlights one property, `RecentSentencesCount`, that specifies how many recent sentences to use when suggesting articles and FAQs."]]],[]]