An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an
order status can be retrieved.
According to best practices, how should the PIN value be collected?
UseAMAZON.SearchQuery
UseAMAZON.FOUR_DIGIT_NUMBER
Use multiple slots of typeAMAZON.NUMBER
Use a custom slot with zero to nine as values.
Submit