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.
Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION.
Implements
IMessageHumanAgentAssistantConfigTypesConversationModelConfig, IEquatableHumanAgentAssistantConfigTypesConversationModelConfig, IDeepCloneableHumanAgentAssistantConfigTypesConversationModelConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowV2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ConversationModelConfig()
public ConversationModelConfig()
ConversationModelConfig(ConversationModelConfig)
public ConversationModelConfig(HumanAgentAssistantConfig.Types.ConversationModelConfig other)
Parameter | |
---|---|
Name | Description |
other | HumanAgentAssistantConfigTypesConversationModelConfig |
Properties
Model
public string Model { get; set; }
Conversation model resource name. Format: projects/<Project
ID>/conversationModels/<Model ID>
.
Property Value | |
---|---|
Type | Description |
string |