Voice Pin Confirmation Block

This this block will handle the SessionResumedRequest after the Voice Pin Confirmation Directive Element was executed.

Parameters:

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)
    

Flows:

For more details, please visit the Alexa Developer Documentation at Receive a SessionResumedRequest