Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
Inheritance
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource : IDirectResponseSchema
Properties
Agent
Declaration
[JsonProperty("agent")]
public virtual string Agent { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
HumanAgentSideConfig
Declaration
[JsonProperty("humanAgentSideConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig HumanAgentSideConfig { get; set; }
Property Value
Implements