serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
28 lines (27 loc) • 552 B
JSON
{
"context": {},
"event": {
"messageVersion": "1.0",
"invocationSource": "FulfillmentCodeHook",
"userId": "EXAMPLEUSERID",
"sessionAttributes": {
"sk1": "sv1",
"sk2": "sv2"
},
"bot": {
"name": "MyBot",
"alias": "dev",
"version": "1"
},
"outputDialogMode": "Text",
"currentIntent": {
"name": "MyBot",
"slots": {
"ProductType": "Bento",
"PickupDate": "2020-07-20",
"PickupTime": "18:00"
},
"confirmationStatus": "Confirmed"
}
}
}