Amazon Developer

as

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

IChangeChannelResponseBuilder

Interface for ChannelResponseBuilder that is used to build a .

Methods

status()

status(status: ChangeChannelStatus): IChangeChannelResponseBuilder

Add change channel command status to the builder.

Parameters

status

ChangeChannelStatus

The change channel command status to add.

Returns

IChangeChannelResponseBuilder

An IChangeChannelResponseBuilder.


data()

data(data: string): IChangeChannelResponseBuilder

Add optional app-specific data to the builder.

Parameters

data

string

App-specific data to add.

Returns

IChangeChannelResponseBuilder

An IChangeChannelResponseBuilder.


build()

build(): IChangeChannelResponse

Build an .

Throws

  • InvalidArgumentError if it fails to create an IChangeChannelResponse.

Returns

IChangeChannelResponse

IChangeChannelResponse The channel response, if built successfully.


Last updated: Jul 22, 2026