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 reference documentation for the `HumanAgentAssistantConfig.Types.ConversationModelConfig` class within the Google Cloud Dialogflow v2 API, specifically within the .NET environment."],["The `ConversationModelConfig` class is utilized for configuring custom conversation models designed for agent assist features in Dialogflow, supporting features like `ARTICLE_SUGGESTION`, `SMART_COMPOSE`, `SMART_REPLY`, and `CONVERSATION_SUMMARIZATION`."],["The class `ConversationModelConfig` implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, while also offering constructors to create instances, including one for creating a copy of another `ConversationModelConfig` object."],["This class includes a `Model` property, which represents the conversation model resource name, adhering to the format: `projects/\u003cProject ID\u003e/conversationModels/\u003cModel ID\u003e`."],["The page provides the history of the documentation of this class in versions going back to 3.2.0 and up to the latest version at 4.26.0."]]],[]]