Comentarios de los usuarios
Nombre del tipo: UserComments
Extiende UserInteraction
Nombre |
Tipo |
Descripción |
comentario |
Text |
Es el texto del UserComment. |
comentario |
Fecha |
El momento en que se realizó el comentario del usuario. |
creador |
Organización o Persona |
La persona o la organización que realizó la reserva. |
debate |
CreativeWork |
Especifica el CreativeWork asociado con el UserComment. |
URL de respuesta |
URL |
La URL en la que se puede publicar una respuesta en el comentario del usuario especificado. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-03 (UTC)
[null,null,["Última actualización: 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"]]