Closed cortadocodes closed 7 months ago
We can't programatically retrieve events for asynchronous questions asked using Child.ask as the question UUID isn't returned.
Child.ask
For asynchronous questions (and maybe all questions), Child.ask should return the question UUID.
Bug report
What is the current behavior?
We can't programatically retrieve events for asynchronous questions asked using
Child.ask
as the question UUID isn't returned.What is the expected behavior?
For asynchronous questions (and maybe all questions),
Child.ask
should return the question UUID.