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."],[[["This webpage details the `ConversationModelConfig` class, which is used for custom conversation models in the agent assist feature within Google Cloud Dialogflow V2."],["The `ConversationModelConfig` class supports features such as `ARTICLE_SUGGESTION`, `SMART_COMPOSE`, and `SMART_REPLY`, enhancing agent assistance capabilities."],["This document lists all versions from 3.2.0 to the latest 4.26.0, allowing you to browse through various versions of the `HumanAgentAssistantConfig.Types.ConversationModelConfig`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring robust functionality and compatibility."],["The class contains a constructor for a default `ConversationModelConfig()` and one that takes in another instance of `ConversationModelConfig`, as well as a property `Model`, to handle the model resource name."]]],[]]