UserComments
Type name: UserComments
Extends UserInteraction
Name |
Type |
Description |
commentText |
Text |
The text of the UserComment. |
commentTime |
Date |
The time at which the UserComment was made. |
creator |
Organization or Person |
The person / organization that made the reservation. |
discusses |
CreativeWork |
Specifies the CreativeWork associated with the UserComment. |
replyToUrl |
URL |
The URL at which a reply may be posted to the specified UserComment. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["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"]]