Google Cloud Dialogflow v2beta1 API - Class HumanAgentAssistantConfig.Types.ConversationModelConfig (1.0.0-beta15)

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 v2beta1 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.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ConversationModelConfig()

public ConversationModelConfig()

ConversationModelConfig(ConversationModelConfig)

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

Properties

BaselineModelVersion

public string BaselineModelVersion { get; set; }

Version of current baseline model. It will be ignored if [model][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig.model] is set. Valid versions are: Article Suggestion baseline model:

  • 0.9
  • 1.0 (default) Summarization baseline model:
  • 1.0
Property Value
TypeDescription
string

Model

public string Model { get; set; }

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

Property Value
TypeDescription
string