This this block will handle the SessionResumedRequest after the Voice Pin Confirmation Directive Element was executed.
Voice Pin Confirmation Variable - Variable name for the Voice Pin Confirmation array.Example of ${voice_pin_confirmation.token} value:
"exampleToken"
Example of ${voice_pin_confirmation.status} value:
{
"code": "200",
"message": "Okay"
}
Example of ${voice_pin_confirmation.result} value:
{
"version": "2",
"status": "NOT_ENABLED"
}
Example of ${voice_pin_confirmation.personId} value:
"amzn1.ask.person.example-value-here"
Example of ${voice_pin_confirmation.personAuthenticationConfidenceLevel} value:
"300" (if the voice of the user was recognized) or "400" (if the user profile was confirmed by a PIN)
On PIN Correct - executes when a correct user profile PIN was providedOn Not PIN Correct - executes when a wrong user profile PIN was provided 3 timesOn Not PIN Provided - executes when the user in the Alexa app has not opted in to PIN confirmation for a particular skill and the Optional PIN Confirmation is configured in Amazon Configuration SectionFallback - executes when there is an errorFor more details, please visit the Alexa Developer Documentation at Receive a SessionResumedRequest