The dialogue answer data registered via dialogueHandler.registerAnswer().
returnText
text display override when switching to the specified question. This is useful if you have some kind of dialogue that is like a category, and wish to go back to the root of all the options later.
question
the question to switch to when selecting this answer.
text
the text to display. If none is specified, then the dialogue will be ended.
endDialogue
bool, whether this answer ends the dialogue. If this is true, "[END CONVERSATION]" will be appended to the answer text. Not necessary for ending dialogue. returnToBeginning