allowFreeformInput: q.allowFreeformInput ?? false,
}
id,
kind: ChatInputQuestionKind.SingleSelect,
title: q.header,
message: q.question,
options: opts,
allowFreeformInput: q.allowFreeformInput ?? false,
};
});
}