Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

ILauncherResponseBuilder

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 updated: Jul 22, 2026