This element will initiate the User Profile PIN Confirmation process and after this process is finished you'll receive a SessionResumedRequest.
Example of an successful SessionResumedRequest:
{
"request": {
"type": "SessionResumedRequest",
"requestId": "amzn1.echo-api.request.7f8eab94-dadb-443d-bda7-7153df267db5",
"timestamp": "2022-07-22T08:40:00Z",
"locale": "en-US",
"cause": {
"type": "ConnectionCompleted",
"token": "confirmRideOrder",
"status": {
"code": "200",
"message": "Okay"
},
"result": {
"version": "2",
"status": "NOT_ENABLED"
}
}
}
Example of an faulty SessionResumedRequest:
{
"request": {
"type": "SessionResumedRequest",
"requestId": "amzn1.echo-api.request.c1b9f4b5-5336-4e20-9fbc-352357845567",
"timestamp": "2022-07-22T08:46:41Z",
"locale": "en-US",
"cause": {
"type": "ConnectionCompleted",
"token": "confirmRideOrder",
"status": {
"code": "403",
"message": "Developer didn't configure skill personalization for the skill."
},
"result": {
"version": "2"
}
}
}
Token - A token that is returned to the skill as-is in the SessionResumedRequest. You can use the token to resume the skill after the task is complete.For more details, please visit the Alexa Developer Documentation at Connections.StartConnection directive format