- Review the blog post Alexa Account Linking
Within the language model:
Create a PinEntryIntent with a slot called pin, of type AMAZON.FOUR_DIGIT_NUMBER. Add a sample utterance such as PinEntryIntent my pin is {pin}
Within your code: Compare the pin slot value to the correct PIN and allow the skill to proceed via an IF/ELSE block.
Back to the Home Page