Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInputHandlerEvent

Hierarchy

  • IInputHandlerEvent

Index

Properties

events

A list of events sent from the Input Handler. Each event that you specify will be sent only once to your skill as it becomes true. Note that in any InputHandlerEvent request one or more events may have become true at the same time.

locale

locale: string

A string indicating the user's locale. For example: en-US.

originatingRequestId

originatingRequestId: string

The requestId of the request to which your skill responded with a StartInputHandler directive. You should store that requestId to use as a filter here to reject any older stray asynchronous InputHanderEvents that show up after you've started a new Input Handler.

requestId

requestId: string

Represents a unique identifier for the specific request.

timestamp

timestamp: string

Provides the date and time when Alexa sent the request as an ISO 8601 formatted string. Used to verify the request when hosting your skill as a web service. string

type

type: string

GameEngine.InputHandlerEvent

Generated using TypeDoc