class ActionAlexa::AlexaRequest

ActionAlexa::AlexaRequest is a wrapper around the actual request hash sent

by the Alexa service. It provides utility accessor methods to extrapolate
the request structure from Alexa from the application code that consumes
this gem

Attributes

alexa_payload[R]

Public Class Methods

new(alexa_payload) click to toggle source
# File lib/action_alexa/alexa_request.rb, line 15
def initialize(alexa_payload)
  @alexa_payload = alexa_payload
end