Commentaires des utilisateurs
Nom du type: UserComments
Extension de UserInteraction
Nom |
Type |
Description |
texte_commentaire |
Texte |
Texte de l'objet UserComment. |
heure du commentaire |
Date |
Heure à laquelle le commentaire UserComment a été créé. |
créateur |
Organisation ou Personne |
La personne ou l'organisation qui a effectué la réservation. |
présente |
CreativeWork |
Spécifie le WorkWork associé au UserComment. |
répondre à l'URL |
URL |
URL à laquelle une réponse peut être publiée dans le commentaire UserComment spécifié. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/03 (UTC).
[null,null,["Dernière mise à jour le 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"]]