public sealed class ConversationModelConfig : IMessage<HumanAgentAssistantConfig.Types.ConversationModelConfig>, IEquatable<HumanAgentAssistantConfig.Types.ConversationModelConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.ConversationModelConfig>, IBufferMessage, IMessage
Custom conversation models used in agent assist feature.
[[["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 the `ConversationModelConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used for configuring custom conversation models in the agent assist feature."],["There are multiple versions of the `ConversationModelConfig` documentation available, ranging from version 4.26.0 (latest) down to 3.2.0, with links to each version's specific documentation page."],["The `ConversationModelConfig` class supports features such as ARTICLE_SUGGESTION, SMART_COMPOSE, and SMART_REPLY, and is accessible through the Google.Cloud.Dialogflow.V2.dll assembly."],["The `ConversationModelConfig` class can be constructed using either a default constructor or a copy constructor, and it includes a `Model` property for specifying the conversation model resource name."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage` and inherits members from the `Object` class."]]],[]]