as

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

ChangeChannelResponse

Interface for IChangeChannelResponse that is used for change channel commands.

Implements

Constructors

new ChangeChannelResponse()

new ChangeChannelResponse(channelStatus, data?): ChangeChannelResponse

Parameters

channelStatus

ChangeChannelStatus

data?

string

Returns

ChangeChannelResponse

Accessors

data

Get Signature

get data(): undefined | string

Getter for the data of this response.

Returns

undefined | string

An optional data string.

Implementation of

IChangeChannelResponse.data


status

Get Signature

get status(): ChangeChannelStatus

Getter for the status of this response.

Returns

ChangeChannelStatus

A change channel status enum.

Implementation of

IChangeChannelResponse.status


Last updated: Oct 02, 2025