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

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