Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Interface for LauncherResponseBuilder that is used to build a .

Methods

contentLauncherStatus()

contentLauncherStatus(status: ContentLauncherStatusType): ILauncherResponseBuilder Add launch command status to builder.

Parameters

status
ContentLauncherStatusType

Returns

ILauncherResponseBuilder

optionalData()

optionalData(data: string): ILauncherResponseBuilder Add optional app-specific data to builder. Data is limited to 64k. If data size is greater than 64k, build() method would throw an InvalidArgumentError.

Parameters

data
string

Returns

ILauncherResponseBuilder

build()

build(): ILauncherResponse Build ILauncherResponse. Constructs ILauncherResponse if all required fields are provided.

Throws

  • InvalidArgumentError if any required field is missing.
Returns ILauncherResponse if built successfully.

Returns

ILauncherResponse
Last modified on July 22, 2026