Google Cloud Dialogflow v2 API - Class HumanAgentAssistantConfig.Types.ConversationModelConfig (4.6.0)

public sealed class 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.

Inheritance

Object > HumanAgentAssistantConfig.Types.ConversationModelConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ConversationModelConfig()

public ConversationModelConfig()

ConversationModelConfig(HumanAgentAssistantConfig.Types.ConversationModelConfig)

public ConversationModelConfig(HumanAgentAssistantConfig.Types.ConversationModelConfig other)
Parameter
NameDescription
otherHumanAgentAssistantConfig.Types.ConversationModelConfig

Properties

Model

public string Model { get; set; }

Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.

Property Value
TypeDescription
String