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 content provides documentation for the `ConversationModelConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its use in the agent assist feature."],["This class supports features such as ARTICLE_SUGGESTION, SMART_COMPOSE, and SMART_REPLY, and it is a custom model used in the agent assist feature."],["The `ConversationModelConfig` class is part of the Google.Cloud.Dialogflow.V2.dll assembly and implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation lists multiple versions of the `ConversationModelConfig` class, ranging from version 3.2.0 up to the latest version 4.26.0, allowing users to browse through different iterations."],["The class has two constructors one empty and another one taking another `ConversationModelConfig` as parameter, and it also defines a Model property of type String used for the conversation model resource name."]]],[]]