public sealed class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.Types.HumanAgentSideConfig : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.Types.HumanAgentSideConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.Types.HumanAgentSideConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.Types.HumanAgentSideConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.Types.HumanAgentSideConfig.
The configuration used for human agent side Dialogflow assist suggestion.
Inheritance
object > HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.Types.HumanAgentSideConfigImplements
IMessageHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDialogflowQuerySourceTypesHumanAgentSideConfig, IEquatableHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDialogflowQuerySourceTypesHumanAgentSideConfig, IDeepCloneableHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDialogflowQuerySourceTypesHumanAgentSideConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
HumanAgentSideConfig()
public HumanAgentSideConfig()
HumanAgentSideConfig(HumanAgentSideConfig)
public HumanAgentSideConfig(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.Types.HumanAgentSideConfig other)
Parameter | |
---|---|
Name | Description |
other | HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDialogflowQuerySourceTypesHumanAgentSideConfig |
Properties
Agent
public string Agent { get; set; }
Optional. The name of a dialogflow virtual agent used for intent
detection and suggestion triggered by human agent.
Format: projects/<Project ID>/locations/<Location ID>/agent
.
Property Value | |
---|---|
Type | Description |
string |