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
DetectIntentResponse
public DetectIntentResponse DetectIntentResponse { get; set; }
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
Property Value | |
---|---|
Type | Description |
DetectIntentResponse |