Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
Inheritance
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NoSmallTalk
Declaration
[JsonProperty("noSmallTalk")]
public virtual bool? NoSmallTalk { get; set; }
Property Value
OnlyEndUser
Declaration
[JsonProperty("onlyEndUser")]
public virtual bool? OnlyEndUser { get; set; }
Property Value
Implements