{
"messageVersion": "1.0",
"invocationSource": "DialogCodeHook",
"userId": "xxx",
"sessionAttributes": {
"currentReservation": ""
},
"requestAttributes": {
},
"bot": {
"name": "BookTrip",
"alias": "shoping",
"version": "7"
},
"outputDialogMode": "Text",
"currentIntent": {
"name": "Shoping",
"slots": {
"offer": "Yes",
"email_address": null
},
"slotDetails": {
"offer": {
"resolutions": [{
"value": "Yes"
}],
"originalValue": "Yes"
},
"email_address": {
"resolutions": [],
"originalValue": null
}
},
"confirmationStatus": "None"
},
"inputTranscript": "<mailto:xxx.20@gmail.com|xxx.20@gmail.com>"
}
When bot asks for email address. User entered xxx.20@gmail.com
for the email_address
slot.
But when the request comes from the slack, it is not coming in the slot.