Current section
Files
Jump to
Current section
Files
lib/request/intent_request.ex
defmodule PhoenixAlexa.IntentRequest do
alias PhoenixAlexa.Intent
defstruct type: "IntentRequest",
requestId: "",
timestamp: "",
intent: %Intent{}
end