使用者評論
類型名稱:UserComments
擴充 UserInteraction
名稱 |
類型 |
說明 |
留言文字 |
Text |
使用者評論的文字。 |
註解時間 |
日期 |
使用者評論的執行時間。 |
創作者 |
組織或人員 |
訂位的使用者 / 機構。 |
討論 |
CreativeWork |
指定與 UserComment 相關聯的 CreativeWork。 |
回覆網址 |
網址 |
可在指定的 UserComments 上發布回覆的網址。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-03 (世界標準時間)。
[null,null,["上次更新時間: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"]]