PollAnswerResponse
- dataType: object · Datarequired
The answer data containing the latest answer, sources, and related resources.
- questionType: string · Questionrequired
The question given by the user
- questionType: string · Question IdFormat: uuid
_id requiredThe UUID of the question for which the latest answer is requested.
- affiliationType: array object[] · Affiliation Products
_products A list of suggested affiliation products.
Empty object - answerType: string · Answer
The latest answer for the given question.
- answerType: string · Answer Stage
_stage The status of the answer generating process.
- finishenum
_reason The reason why the answer generating process is finished.
values- not
_finished - success
- error
- forbidden
- finishedType: boolean · Finished
Whether the answer generating process is finished.
- followupType: array string[] · Followup Questions
_questions A list of suggested follow-up questions.
- metadataType: object
Extra data for the answer. Carries any
metadatayou sent with the question. Miso addsmiso_generated_by: "answer_update_monitor"when the answer is a generated Answer Update rather than a question the reader typed. - parentType: string · Parent Question IdFormat: uuid
_question _id The UUID of the parent question if the current question is a follow-up to a previous question.
- relatedType: array object[] · Related Resources
_resources A list of related resources relevant to the question and answer.
Empty object - revisionType: integer · Revision
The revision number of the answer response data. Updated answer data has larger revision number, used by the SDK to check data order.
- sourcesType: array object[] · Sources
A list of sources related to the answer.
Empty object
- messageType: string · Message
The status of the API response ('success' or other human readable api status).
