Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionEndedRequest

A SessionEndedRequest is an object that represents a request made to an Alexa skill to notify that a session was ended. Your service receives a SessionEndedRequest when a currently open session is closed for one of the following reasons:

  1. The user says “exit”
  2. the user does not respond or says something that does not match an intent defined in your voice interface while the device is listening for the user’s response
  3. an error occurs

interface

Hierarchy

  • SessionEndedRequest

Index

Properties

Optional error

Optional locale

locale: string

reason

requestId

requestId: string

timestamp

timestamp: string

type

type: "SessionEndedRequest"