Question
タイプ名: 質問
CreativeWork を拡張します。
氏名 |
型 |
説明 |
承認済みの回答 |
答え |
通常は質問/回答サイトで、最もよく受け入れられている回答です。選択のメカニズムはサイトによって異なります。例: コミュニティの意見を取り入れる、質問作成者の視点を得る、 |
回答数 |
Integer |
この質問に対する回答の数です。 |
反対票数 |
Integer |
コミュニティからのこの質問に対する反対票の数です。 |
suggestedAnswer |
答え |
質問に対する Answers など、特定の質問に対する複数の回答(おそらく複数の質問のうち 1 つ)。 |
賛成票数 |
Integer |
コミュニティからのこの質問に対する賛成票の数です。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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"]]