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 content provides documentation for various versions of `ConversationProcessConfig`, spanning from version 3.2.0 to the latest version 4.26.0."],["`ConversationProcessConfig` is a class that configures the processing of conversations within the Google Cloud Dialogflow V2 namespace."],["The `ConversationProcessConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It has a `RecentSentencesCount` property, which is an integer representing the number of recent non-small-talk sentences used as context for suggestions."],["The documentation covers two constructors for the `ConversationProcessConfig` class: a default constructor and one that takes another instance of `ConversationProcessConfig` as a parameter."]]],[]]