Interface PlayMediaCommand
Properties
Optional audioTrack
Defined in alexa-apis-for-nodejs/ask-sdk-model/index.ts:4164
Optional componentId
componentId: string
Defined in alexa-apis-for-nodejs/ask-sdk-model/index.ts:4165
Optional delay
delay: number | string
Defined in alexa-apis-for-nodejs/ask-sdk-model/index.ts:4161
Optional description
description: string
Defined in alexa-apis-for-nodejs/ask-sdk-model/index.ts:4162
source
Defined in alexa-apis-for-nodejs/ask-sdk-model/index.ts:4166
type
type: "PlayMedia"
Defined in alexa-apis-for-nodejs/ask-sdk-model/index.ts:4160
Optional when
when: boolean
Defined in alexa-apis-for-nodejs/ask-sdk-model/index.ts:4163
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Plays media on a media player (currently only a Video player; audio may be added in the future). The media may be on the background audio track or may be sequenced with speak directives).