is it possible to log the question asked by user that triggers that unhandled intent.
What I plan to do. When the user says an utterance that alexa does not understand it fires the unhandled intent. Here I want to ask user to repeat the statement and store it in the database for future reference.
This would require me to create an intent expecting a slot which can accept a statement. (i.e slot values will not be predefined). Is the possible with alexa? In this case what should be slot type?
I am using the alexa-sdk library.