Class GoogleCloudDialogflowV2AutomatedAgentReply
Inheritance
GoogleCloudDialogflowV2AutomatedAgentReply
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AutomatedAgentReply : IDirectResponseSchema
Properties
AllowCancellation
Declaration
[JsonProperty("allowCancellation")]
public virtual bool? AllowCancellation { get; set; }
Property Value
AutomatedAgentReplyType
Declaration
[JsonProperty("automatedAgentReplyType")]
public virtual string AutomatedAgentReplyType { get; set; }
Property Value
CxCurrentPage
Declaration
[JsonProperty("cxCurrentPage")]
public virtual string CxCurrentPage { get; set; }
Property Value
DetectIntentResponse
Declaration
[JsonProperty("detectIntentResponse")]
public virtual GoogleCloudDialogflowV2DetectIntentResponse DetectIntentResponse { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements