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 ILauncherResponse.

Methods

build()

build(): ILauncherResponse Build ILauncherResponse.

Returns

ILauncherResponse Returns ILauncherResponse if built successfully.

Details

Constructs ILauncherResponse if all required fields are provided.

Throws

InvalidArgumentError if any required field is missing.

contentLauncherStatus()

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

Parameters

status
ContentLauncherStatusType

Returns

ILauncherResponseBuilder

optionalData()

optionalData(data): ILauncherResponseBuilder Add optional app-specific data to builder.

Parameters

data
string

Returns

ILauncherResponseBuilder

Details

Data is limited to 64k. If data size is greater than 64k, build() method would throw an InvalidArgumentError.
Last modified on October 2, 2025