as

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

IContentInteraction

Interface representing a customer's interaction with content. Create using ContentInteractionBuilder.

Accessors

contentId

Get Signature

get contentId(): IContentId

Gets the Amazon catalog ID of the content to use for this interaction.

Returns

IContentId

ID resolvable in the Amazon catalog.


contentInteractionType

Get Signature

get contentInteractionType(): ContentInteractionType

Gets the type of content interaction.

Returns

ContentInteractionType

The type of content interaction.


interactionTimestamp

Get Signature

get interactionTimestamp(): undefined | Date

Gets the date when the interaction occurred.

Returns

undefined | Date

Date of interaction. Undefined if not set.


profileId

Get Signature

get profileId(): undefined | IProfileId

Gets the associated profileId of the user performing the interaction.

Returns

undefined | IProfileId

The associated profileId of the user. Undefined if not set.


Last updated: Oct 02, 2025