alexa_plug v0.2.0 AlexaPlug.Request

A collection of functions for interacting with incoming requests from the Alexa Skills Kit.

Usage

alias AlexaPlug.Request

Summary

Functions

Return the request type constant IntentRequest

Return the request type constant LaunchRequest

Return the request type constant SessionEndedRequest

Functions

intent_request()

Return the request type constant IntentRequest.

launch_request()

Return the request type constant LaunchRequest.

session_ended_request()

Return the request type constant SessionEndedRequest.