Question
Nome del tipo: Domanda
Estende CreativeWork
Nome |
Tipo |
Descrizione |
acceptedAnswer |
Risposta |
La risposta accettata come migliore, generalmente su un sito con domande/risposte. I siti variano in funzione del meccanismo di selezione, ad esempio sfruttano l'opinione della community e/o l'opinione dell'autore della domanda. |
answerCount |
Intero |
Il numero di risposte ricevute da questa domanda. |
downvoteCount |
Intero |
Il numero di voti negativi ricevuti dalla domanda dalla community. |
suggestedAnswer |
Risposta |
Una risposta (forse una tra le diverse, potenzialmente non corretta) a una domanda, ad esempio su un sito con domande/risposte. |
upvoteCount |
Intero |
Il numero di voti positivi ricevuti dalla domanda. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-03 UTC.
[null,null,["Ultimo aggiornamento 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"]]