Kommentar
Typname: Comment
Erweitert CreativeWork
Name |
Typ |
Beschreibung |
Anzahl der Bewertungen |
Ganzzahl |
Die Anzahl der negativen Bewertungen, die diese Community von der Community erhalten hat. |
übergeordnetes Element |
Question |
Das übergeordnete Element einer Frage, einer Antwort oder eines Artikels im Allgemeinen. |
Anzahl der positiven Bewertungen |
Ganzzahl |
Die Anzahl der positiven Bewertungen, die diese Frage von der Community erhalten hat. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-03 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]