Link

Question

Question is used to represent a question in a conversational content

Format

JSON

{
  "type": "text",
  "subtype": "question",
  "metadata": {
    "interviewer": {
      "name": "John",
      "...": "..."
    }
  },
  "text": "<p>What is a question ?</p>"
}

Schema

Key Type
type * String, Value should be text
subtype * Value should be question
metadata Object, Value can be empty {} or any interviewer information
text * HTML string starting and ending with <p></p>

Notes

[1] All mandatory fields are marked with an *