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 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."],["The documentation covers various versions of the `ConversationModelConfig`, ranging from version 4.26.0 (latest) down to 3.2.0, with links provided for each version."],["The `ConversationModelConfig` class supports features like `ARTICLE_SUGGESTION`, `SMART_COMPOSE`, and `SMART_REPLY`, and it inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Model` property, which represents the conversation model resource name in the format `projects/{Project ID}/conversationModels/\u003cModel ID\u003e`."],["The webpage covers the available constructors for the class, which include a parameterless constructor and a constructor that accepts another `ConversationModelConfig` object as a parameter."]]],[]]