lambda-event-mock
Version:
Mocks AWS Lambda events
18 lines (17 loc) • 375 B
JSON
{
"messageVersion": "1.0",
"invocationSource": "Unknown",
"userId": "user-id",
"sessionAttributes": {},
"bot": {
"name": "bot-name",
"alias": "bot-alias",
"version": "1.0"
},
"outputDialogMode": "Text",
"currentIntent": {
"name": "intent-name",
"slots": {},
"confirmationStatus": "None"
}
}