Class: Aws::Lex::Conversation::Handler::Delegate
- Defined in:
- lib/aws/lex/conversation/handler/delegate.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#handle, #initialize, #will_respond?
Constructor Details
This class inherits a constructor from Aws::Lex::Conversation::Handler::Base
Instance Method Details
#response(conversation) ⇒ Object
8 9 10 |
# File 'lib/aws/lex/conversation/handler/delegate.rb', line 8 def response(conversation) conversation.delegate end |