Class GoogleCloudDialogflowV2beta1AutomatedAgentReply
Inheritance
GoogleCloudDialogflowV2beta1AutomatedAgentReply
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AutomatedAgentReply : 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
CallCompanionAuthCode
Declaration
[JsonProperty("callCompanionAuthCode")]
public virtual string CallCompanionAuthCode { get; set; }
Property Value
CxCurrentPage
Declaration
[JsonProperty("cxCurrentPage")]
public virtual string CxCurrentPage { get; set; }
Property Value
CxSessionParameters
Declaration
[JsonProperty("cxSessionParameters")]
public virtual IDictionary<string, object> CxSessionParameters { get; set; }
Property Value
DetectIntentResponse
Declaration
[JsonProperty("detectIntentResponse")]
public virtual GoogleCloudDialogflowV2beta1DetectIntentResponse DetectIntentResponse { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Event__
Declaration
[JsonProperty("event")]
public virtual string Event__ { get; set; }
Property Value
Intent
Declaration
[JsonProperty("intent")]
public virtual string Intent { get; set; }
Property Value
MatchConfidence
Declaration
[JsonProperty("matchConfidence")]
public virtual float? MatchConfidence { get; set; }
Property Value
Parameters
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
ResponseMessages
Declaration
[JsonProperty("responseMessages")]
public virtual IList<GoogleCloudDialogflowV2beta1ResponseMessage> ResponseMessages { get; set; }
Property Value
Implements