Class: Google::Cloud::Dialogflow::V2::AutomatedAgentReply
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AutomatedAgentReply
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
Represents a response from an automated agent.
Instance Attribute Summary collapse
-
#detect_intent_response ⇒ ::Google::Cloud::Dialogflow::V2::DetectIntentResponse
Response of the Dialogflow Sessions.DetectIntent call.
Instance Attribute Details
#detect_intent_response ⇒ ::Google::Cloud::Dialogflow::V2::DetectIntentResponse
Returns Response of the Dialogflow Sessions.DetectIntent call.
356 357 358 359 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 356 class AutomatedAgentReply include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |