The device capabilities of the current execution context.
Interface for retrieving performance information such as memory
Bi-directional messaging interface for communicating with skill backend.
Interface for interacting with Alexa speech from an HTML Application
Version of the client, as set in CreateClientOptions.version
Interface for interacting with Alexa voice input from an HTML application
The Alexa HTML SDK provides methods and events to connect your HTML application with Alexa services and device capabilities. It exposes skill information via Client.skill which contains the bi-directional message protocol Skill.sendMessage and Skill.onMessage. It also exposes device capabilities via Client.capabilities as well as a series of events from the audio player through Client.speech and microphone Client.voice.
Client