type PromptEventData = { allUserChoices: (Choice | Choice[])[]; initiatingEventId: string; };
allUserChoices
Choice
initiatingEventId
string