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."],[[["The latest version available is 4.26.0, with a range of versions from 3.2.0 up to 4.26.0 available for the `Google.Cloud.Dialogflow.V2.HumanAgentAssistantConfig.Types.ConversationModelConfig`."],["`ConversationModelConfig` class supports features like article suggestion, smart compose, smart reply, and conversation summarization in the agent assist feature."],["The `ConversationModelConfig` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for deep cloning and message handling."],["The class offers two constructors, a default one and another that accepts a `HumanAgentAssistantConfig.Types.ConversationModelConfig` object for creating a new instance."],["The main property for `ConversationModelConfig` is `Model` which represents the conversation model resource name in the format `projects/{Project ID\u003e/conversationModels/<Model ID\u003e`."]]],[]]