public sealed class DialogflowQuerySource : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IBufferMessage, IMessage
Dialogflow source setting.
Supported feature: DIALOGFLOW_ASSIST.
Inheritance
Object > HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySourceImplements
IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
DialogflowQuerySource()
public DialogflowQuerySource()
DialogflowQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource)
public DialogflowQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource other)
Parameter | |
---|---|
Name | Description |
other | HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource |
Properties
Agent
public string Agent { get; set; }
Required. The name of a Dialogflow virtual agent used for end user side intent
detection and suggestion. Format: projects/{Project Number/
ID>/locations/<Location ID>/agent
. When multiple agents are allowed in
the same Dialogflow project.
Property Value | |
---|---|
Type | Description |
String |