Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::AutomatedAgentReply (v0.17.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::AutomatedAgentReply.

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

#automated_agent_reply_type=

def automated_agent_reply_type=(value) -> ::Google::Cloud::Dialogflow::V2::AutomatedAgentReply::AutomatedAgentReplyType

#detect_intent_response

def detect_intent_response() -> ::Google::Cloud::Dialogflow::V2::DetectIntentResponse
Returns

#detect_intent_response=

def detect_intent_response=(value) -> ::Google::Cloud::Dialogflow::V2::DetectIntentResponse
Parameter
Returns