Represents a response from an automated agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_cancellation
def allow_cancellation() -> ::Boolean Returns
- (::Boolean) — 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.
#allow_cancellation=
def allow_cancellation=(value) -> ::Boolean Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#automated_agent_reply_type
def automated_agent_reply_type() -> ::Google::Cloud::Dialogflow::V2::AutomatedAgentReply::AutomatedAgentReplyType Returns
- (::Google::Cloud::Dialogflow::V2::AutomatedAgentReply::AutomatedAgentReplyType) — AutomatedAgentReply type.
#automated_agent_reply_type=
def automated_agent_reply_type=(value) -> ::Google::Cloud::Dialogflow::V2::AutomatedAgentReply::AutomatedAgentReplyType Parameter
- value (::Google::Cloud::Dialogflow::V2::AutomatedAgentReply::AutomatedAgentReplyType) — AutomatedAgentReply type.
Returns
- (::Google::Cloud::Dialogflow::V2::AutomatedAgentReply::AutomatedAgentReplyType) — AutomatedAgentReply type.
#detect_intent_response
def detect_intent_response() -> ::Google::Cloud::Dialogflow::V2::DetectIntentResponse Returns
- (::Google::Cloud::Dialogflow::V2::DetectIntentResponse) — Response of the Dialogflow Sessions.DetectIntent call.
#detect_intent_response=
def detect_intent_response=(value) -> ::Google::Cloud::Dialogflow::V2::DetectIntentResponse Parameter
- value (::Google::Cloud::Dialogflow::V2::DetectIntentResponse) — Response of the Dialogflow Sessions.DetectIntent call.
Returns
- (::Google::Cloud::Dialogflow::V2::DetectIntentResponse) — Response of the Dialogflow Sessions.DetectIntent call.