as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持

IContentInteraction

IContentInteraction

表示客户与内容交互的接口。使用ContentInteractionBuilder创建。

访问器

contentId

获取签名

get contentId(): IContentId

获取用于此交互的内容的亚马逊目录ID。

返回值

IContentId

可在亚马逊目录中解析的ID。


contentInteractionType

获取签名

get contentInteractionType(): ContentInteractionType

获取内容交互的类型。

返回值

ContentInteractionType

内容交互的类型。


interactionTimestamp

获取签名

get interactionTimestamp(): undefined | Date

获取交互发生的日期。

返回值

undefined | Date

交互日期。如果未设置,则为undefined(未定义)。


profileId

获取签名

get profileId(): undefined | IProfileId

获取执行交互的用户的关联profileId。

返回值

undefined | IProfileId

用户关联的profileId。如果未设置,则为undefined(未定义)。


Last updated: 2025年10月2日