OTP verification
I have a situation, where the skill sends an OTP to a user's email/phone and then user enters it in his/her next command to Alexa. The skill verifies the OTP and then provides the information.
How to perform this.
Hello and thanks for posting.
You can use the four_digit_number slot type to accept this kind of information.
Your backend will receive the entire number that you can validate and send the correct response to the customer.
Regards,
Gaetano
2 People are following this question.