Method: AlexaRubykit::Response#elicit_dialog_response
- Defined in:
- lib/alexa_rubykit/response.rb
#elicit_dialog_response(slot) ⇒ Object
53 54 55 |
# File 'lib/alexa_rubykit/response.rb', line 53 def elicit_dialog_response(slot) @directives = [Dialog.elicit_slot_directive(slot, intents)] end |