Current section
Files
Jump to
Current section
Files
lib/request/generic_request.ex
defmodule PhoenixAlexa.GenericRequest do
alias PhoenixAlexa.Intent
defstruct type: nil,
requestId: nil,
timestamp: nil,
reason: nil,
intent: %Intent{}
end