public sealed class HumanAgentAssistantConfig.Types.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."],[[["The provided content details the different versions of the `HumanAgentAssistantConfig.Types.ConversationModelConfig` class within the Google Cloud Dialogflow v2 API, ranging from version 3.2.0 to the latest version 4.26.0."],["`HumanAgentAssistantConfig.Types.ConversationModelConfig` is a class for custom conversation models used in the agent assist feature, supporting features like article suggestion, smart compose, smart reply, and conversation summarization."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Dialogflow.V2` namespace in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["It contains a property called `Model`, which is of type string, that holds the conversation model resource name, following the format: `projects/\u003cProject ID\u003e/conversationModels/\u003cModel ID\u003e`."]]],[]]