ユーザーのコメント
タイプ名: UserComments
UserInteraction を拡張します。
氏名 |
型 |
説明 |
commentText |
テキスト |
UserComments のテキスト。 |
commentTime |
日付 |
UserComments の作成時刻。 |
クリエイター |
Organization または Person |
予約を行った個人 / 組織。 |
ディスカッション |
CreativeWork |
UserComments に関連付けられた CreativeWork を指定します。 |
返信 URL |
URL |
指定した UserComments への返信を投稿できる URL。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 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"]]