public sealed class AutomatedAgentReply : IMessage<AutomatedAgentReply>, IEquatable<AutomatedAgentReply>, IDeepCloneable<AutomatedAgentReply>, IBufferMessage, IMessage
Represents a response from an automated agent.
Implements
IMessage<AutomatedAgentReply>, IEquatable<AutomatedAgentReply>, IDeepCloneable<AutomatedAgentReply>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
AutomatedAgentReply()
public AutomatedAgentReply()
AutomatedAgentReply(AutomatedAgentReply)
public AutomatedAgentReply(AutomatedAgentReply other)
Parameter | |
---|---|
Name | Description |
other | AutomatedAgentReply |
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 | |
---|---|
Type | Description |
Boolean |
AutomatedAgentReplyType
public AutomatedAgentReply.Types.AutomatedAgentReplyType AutomatedAgentReplyType { get; set; }
AutomatedAgentReply type.
Property Value | |
---|---|
Type | Description |
AutomatedAgentReply.Types.AutomatedAgentReplyType |
DetectIntentResponse
public DetectIntentResponse DetectIntentResponse { get; set; }
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
Property Value | |
---|---|
Type | Description |
DetectIntentResponse |