as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート

IContentInteraction

IContentInteraction

ユーザーによるコンテンツのインタラクションを表すインターフェイス。ContentInteractionBuilderを使用して作成します。

アクセサ

contentId

getのシグネチャ

get contentId(): IContentId

このインタラクションに使用するコンテンツのAmazonカタログIDを取得します。

戻り値

IContentId

Amazonカタログで解決可能なID。


contentInteractionType

getのシグネチャ

get contentInteractionType(): ContentInteractionType

コンテンツインタラクションのタイプを取得します。

戻り値

ContentInteractionType

コンテンツインタラクションのタイプ。


interactionTimestamp

getのシグネチャ

get interactionTimestamp(): undefined | Date

インタラクションが発生した日付を取得します。

戻り値

undefined | Date

インタラクションの日付。設定されていない場合はundefinedになります。


profileId

getのシグネチャ

get profileId(): undefined | IProfileId

インタラクションを実行するユーザーに関連付けられたprofileIdを取得します。

戻り値

undefined | IProfileId

ユーザーに関連付けられたprofileId。設定されていない場合はundefinedになります。


Last updated: 2025年10月2日