Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1AutomatedAgentReply

Inheritance
object
GoogleCloudDialogflowV2beta1AutomatedAgentReply
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AutomatedAgentReply : IDirectResponseSchema

Properties

AllowCancellation

Declaration
[JsonProperty("allowCancellation")]
public virtual bool? AllowCancellation { get; set; }
Property Value
Type Description
bool?

AutomatedAgentReplyType

Declaration
[JsonProperty("automatedAgentReplyType")]
public virtual string AutomatedAgentReplyType { get; set; }
Property Value
Type Description
string

CallCompanionAuthCode

Declaration
[JsonProperty("callCompanionAuthCode")]
public virtual string CallCompanionAuthCode { get; set; }
Property Value
Type Description
string

CxCurrentPage

Declaration
[JsonProperty("cxCurrentPage")]
public virtual string CxCurrentPage { get; set; }
Property Value
Type Description
string

CxSessionParameters

Declaration
[JsonProperty("cxSessionParameters")]
public virtual IDictionary<string, object> CxSessionParameters { get; set; }
Property Value
Type Description
IDictionary<string, object>

DetectIntentResponse

Declaration
[JsonProperty("detectIntentResponse")]
public virtual GoogleCloudDialogflowV2beta1DetectIntentResponse DetectIntentResponse { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1DetectIntentResponse

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Event__

Declaration
[JsonProperty("event")]
public virtual string Event__ { get; set; }
Property Value
Type Description
string

Intent

Declaration
[JsonProperty("intent")]
public virtual string Intent { get; set; }
Property Value
Type Description
string

MatchConfidence

Declaration
[JsonProperty("matchConfidence")]
public virtual float? MatchConfidence { get; set; }
Property Value
Type Description
float?

Parameters

Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
Type Description
IDictionary<string, object>

ResponseMessages

Declaration
[JsonProperty("responseMessages")]
public virtual IList<GoogleCloudDialogflowV2beta1ResponseMessage> ResponseMessages { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2beta1ResponseMessage>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX