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-09 UTC."],[[["This page details the `ConversationModelConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, which is part of the Google Cloud Dialogflow V2 library and is used for custom conversation models in the agent assist feature."],["The `ConversationModelConfig` class supports features like `ARTICLE_SUGGESTION`, `SMART_COMPOSE`, and `SMART_REPLY` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the `ConversationModelConfig` class ranging from 4.26.0 (latest) down to version 3.2.0, each link redirecting to documentation for that specific version."],["The `ConversationModelConfig` class has two constructors, one default constructor and one that takes another instance of `HumanAgentAssistantConfig.Types.ConversationModelConfig` as a parameter."],["The class contains a singular property, `Model`, which is a string representing the conversation model resource name with a specific format."]]],[]]