Class: Alexa::Responses::Delegate

Inherits:
Object
  • Object
show all
Defined in:
lib/alexa/responses/delegate.rb

Instance Method Summary collapse

Instance Method Details

#as_json(options = {}) ⇒ Object



4
5
6
7
8
9
10
11
12
13
14
15
# File 'lib/alexa/responses/delegate.rb', line 4

def as_json(options={})
  {
    "version": "1.0",
    "response": {
      "directives": [
        {
          "type": "Dialog.Delegate"
        }
      ]
    }
  }
end