Class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
Inheritance
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings : 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