Dear support,
I am developing an Alexa skill with AWS lambda backend, I encountered the following scenario:
if the user triggers an intent and there was some missing info to make the request, what is the proper way to handle such a case?
Note: I don't want to use Alexa slot filling, because it varies according to the user.
My tries: I let lambda respond with a question and create another intent to be triggered when the user answer (as a hidden intent).
I want also to know how in the certification process will they treat such a hidden intent.
regards,