Class AutomatedAgentReply (3.7.0)

public sealed class AutomatedAgentReply : IMessage<AutomatedAgentReply>, IEquatable<AutomatedAgentReply>, IDeepCloneable<AutomatedAgentReply>, IBufferMessage, IMessage

Represents a response from an automated agent.

Inheritance

Object > AutomatedAgentReply

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

AutomatedAgentReply()

public AutomatedAgentReply()

AutomatedAgentReply(AutomatedAgentReply)

public AutomatedAgentReply(AutomatedAgentReply other)
Parameter
NameDescription
otherAutomatedAgentReply

Properties

AllowCancellation

public bool AllowCancellation { get; set; }

Indicates whether the partial automated agent reply is interruptible when a later reply message arrives. e.g. if the agent specified some music as partial response, it can be cancelled.

Property Value
TypeDescription
Boolean

AutomatedAgentReplyType

public AutomatedAgentReply.Types.AutomatedAgentReplyType AutomatedAgentReplyType { get; set; }

AutomatedAgentReply type.

Property Value
TypeDescription
AutomatedAgentReply.Types.AutomatedAgentReplyType

DetectIntentResponse

public DetectIntentResponse DetectIntentResponse { get; set; }

Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.

Property Value
TypeDescription
DetectIntentResponse