UserComments
类型名称:UserComments
扩展 UserInteraction
名称 |
类型 |
说明 |
评论文本 |
文本 |
UserReview 的文本。 |
评论时间 |
日期 |
用户发表评论的时间。 |
创作者 |
组织或个人 |
进行预订的人员 / 组织。 |
讨论 |
CreativeWork |
指定与用户注释关联的 CreativeWork。 |
回复网址 |
网址 |
可在指定 UserReview 中发布回复的网址。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["UserComments extends UserInteraction and stores information about user feedback."],["It includes details such as comment text, time, creator, associated CreativeWork, and a reply URL."],["The creator can be either an Organization or a Person."],["This type is used to represent comments on CreativeWork, providing context and facilitating discussions."]]],["The `UserComments` type, extending `UserInteraction`, includes details about a user's comment. Key attributes include `commentText` (the comment's text), `commentTime` (when the comment was made), and `creator` (the commenting entity, either an `Organization` or `Person`). It also links to `CreativeWork` via `discusses` and allows posting a reply through the `replyToUrl`. These elements provide the data required to show a comment and its relation.\n"]]