public sealed class ConversationProcessConfig : IMessage<HumanAgentAssistantConfig.Types.ConversationProcessConfig>, IEquatable<HumanAgentAssistantConfig.Types.ConversationProcessConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.ConversationProcessConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.ConversationProcessConfig.
[[["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 provided content details the `ConversationProcessConfig` class within the Google Cloud Dialogflow v2 API, which is used to configure the processing of conversations."],["Version 4.26.0 is the latest available version, while the documentation covers versions ranging from 3.2.0 to 4.26.0, all relating to the `ConversationProcessConfig`."],["The `ConversationProcessConfig` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `RecentSentencesCount`, which is of type `Int32` and is used to determine the number of recent non-small-talk sentences that will provide context to article and FAQ suggestions."],["There are two constructors for the `ConversationProcessConfig` class, one default constructor, and one that accepts another instance of `ConversationProcessConfig` for the purpose of cloning."]]],[]]