public sealed class AutomatedAgentReply : IMessage<AutomatedAgentReply>, IEquatable<AutomatedAgentReply>, IDeepCloneable<AutomatedAgentReply>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class AutomatedAgentReply.
Represents a response from an automated agent.
Implements
IMessageAutomatedAgentReply, IEquatableAutomatedAgentReply, IDeepCloneableAutomatedAgentReply, 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 |
bool |
AutomatedAgentReplyType
public AutomatedAgentReply.Types.AutomatedAgentReplyType AutomatedAgentReplyType { get; set; }
AutomatedAgentReply type.
Property Value | |
---|---|
Type | Description |
AutomatedAgentReplyTypesAutomatedAgentReplyType |
CxCurrentPage
public string CxCurrentPage { get; set; }
The unique identifier of the current Dialogflow CX conversation page.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/pages/<Page ID>
.
Property Value | |
---|---|
Type | Description |
string |
DetectIntentResponse
public DetectIntentResponse DetectIntentResponse { get; set; }
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
Property Value | |
---|---|
Type | Description |
DetectIntentResponse |