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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]