Comment
Type name: Comment
Extends CreativeWork
Name |
Type |
Description |
downvoteCount |
Integer |
The number of downvotes this question has received from the community. |
parentItem |
Question |
The parent of a question, answer or item in general. |
upvoteCount |
Integer |
The number of upvotes this question has received from the community. |
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."],[[["Comment type extends the CreativeWork type and represents a comment within a thread."],["It includes properties like downvoteCount and upvoteCount to track community feedback."],["Comments are linked to their parent question or item via the parentItem property."]]],["The `Comment` type, extending `CreativeWork`, includes three key properties: `downvoteCount`, an integer representing the number of downvotes received; `parentItem`, a `Question` denoting the comment's parent item; and `upvoteCount`, an integer indicating the number of upvotes. These properties track community feedback and contextual relationships within a question-and-answer framework.\n"]]