class Alexa::Responses::Delegate

Public Instance Methods

as_json(options={}) click to toggle source
# File lib/alexa/responses/delegate.rb, line 4
def as_json(options={})
  {
    "version": "1.0",
    "response": {
      "directives": [
        {
          "type": "Dialog.Delegate"
        }
      ]
    }
  }
end