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 of the `ConversationModelConfig` is 4.26.0, but multiple versions are available, ranging from 3.2.0 to 4.26.0, all of which provide documentation for this specific class."],["`ConversationModelConfig` is a class used for custom conversation models within the agent assist feature, supporting features like ARTICLE_SUGGESTION, SMART_COMPOSE, and SMART_REPLY."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ConversationModelConfig` class offers two constructors, one default and one accepting another `ConversationModelConfig` object, and a property named `Model` that sets the resource name for the conversation model."],["This resource is under the `Google.Cloud.Dialogflow.V2` namespace and is in the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]