A list of questions mentioned in the conversation with the following properties:

  • question (str): The question asked
  • answer (str): The answer to the question
  • asker (str): The person asking the question
  • asked (str): The person who question was asked to
results
{
  "question": "str",
  "answer": "str",
  "asker": "str",
  "asked": "str"
}

Was this page helpful?