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

public sealed class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.

Dialogflow source setting.

Supported feature: DIALOGFLOW_ASSIST, ENTITY_EXTRACTION.

Inheritance

object > HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DialogflowQuerySource()

public DialogflowQuerySource()

DialogflowQuerySource(DialogflowQuerySource)

public DialogflowQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource other)
Parameter
Name Description
other HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDialogflowQuerySource

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 ID>/locations/<Location ID>/agent. When multiple agents are allowed in the same Dialogflow project.

Property Value
Type Description
string

HumanAgentSideConfig

public HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource.Types.HumanAgentSideConfig HumanAgentSideConfig { get; set; }

The Dialogflow assist configuration for human agent.

Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDialogflowQuerySourceTypesHumanAgentSideConfig