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 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.
#cx_current_page
def cx_current_page() -> ::String Returns
- (::String) — 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>.
#cx_current_page=
def cx_current_page=(value) -> ::String Parameter
- value (::String) — 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>.
Returns
- (::String) — 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>.
#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.