public sealed class ConversationModelConfig : IMessage<HumanAgentAssistantConfig.Types.ConversationModelConfig>, IEquatable<HumanAgentAssistantConfig.Types.ConversationModelConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.ConversationModelConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.ConversationModelConfig.
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 page provides documentation for the `HumanAgentAssistantConfig.Types.ConversationModelConfig` class within the Google Cloud Dialogflow v2 API, specifically for version 4.6.0 and including a history of versions going all the way to 3.2.0."],["The `ConversationModelConfig` class, used for custom conversation models in agent assist, supports features such as article suggestions, smart compose, smart reply, and conversation summarization."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, offering methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ConversationModelConfig` class has two constructors, a default one, and another which takes another `ConversationModelConfig` object as a parameter."],["The `Model` property, a string, is utilized to specify the conversation model's resource name using the format `projects/\u003cProject ID\u003e/conversationModels/\u003cModel ID\u003e`."]]],[]]