सवाल
टाइप का नाम: सवाल
creativeWork बढ़ाता है
नाम |
टाइप |
ब्यौरा |
स्वीकार किया गया जवाब |
जवाब दें |
वह जवाब जिसे सबसे अच्छे जवाब के तौर पर स्वीकार किया जाता है. आम तौर पर, ऐसा सवाल/जवाब वाली साइट पर किया जाता है. साइटें चुनने के अलग-अलग तरीकों में अलग-अलग हो सकती हैं. जैसे, कम्यूनिटी के बारे में राय देना और/या सवाल पूछने वाले व्यक्ति का नज़रिया. |
जवाबों की संख्या |
Integer |
इस सवाल को मिले जवाबों की संख्या. |
DownvoteCount |
Integer |
समुदाय से इस सवाल को पसंद किए जाने की संख्या. |
सुझाया गया जवाब |
जवाब दें |
किसी सवाल का जवाब (जो शायद कई में से किसी एक के लिए गलत हो), जैसे कि किसी सवाल/जवाब की साइट पर. |
'मुझे पसंद है' वाले वोटों की संख्या |
Integer |
समुदाय से इस सवाल को कितनी बार पसंद किया गया. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया."],[[["The `Question` type, which extends `CreativeWork`, is used to represent a question within a system."],["It includes properties like `acceptedAnswer`, `answerCount`, `downvoteCount`, `suggestedAnswer`, and `upvoteCount` to capture various aspects of a question and its answers."],["These properties store information like the accepted answer, total answers, downvotes, suggested answers, and upvotes associated with the question."]]],["The \"Question\" type, extending \"CreativeWork,\" includes properties for managing question-and-answer interactions. Key data points are: `acceptedAnswer` (the best answer), `answerCount` (total answers), `suggestedAnswer` (possible answers), `downvoteCount` (negative votes), and `upvoteCount` (positive votes). These attributes track community feedback and solution acceptance, relevant to Question/Answer sites. The content also defines data types of the aforementioned attributes, such as `Integer` and `Answer`.\n"]]