Skip to content

Commit

Permalink
update lambda test json
Browse files Browse the repository at this point in the history
  • Loading branch information
patfreeman committed Jun 13, 2020
1 parent f5c556d commit ca8feb0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion alexa_test_script.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"version": "1.0",
"session": { },
"context": {
"System": { }
},
"request": {
"locale": "en-US",
"type": "IntentRequest",
"intent": {
"name": "OnTapIntent"
"name": "OnTapIntent",
"confirmationStatus": "NONE",
"slots": {
"TapNumber": {
"name": "TapNumber",
"confirmationStatus": "NONE"
}
}
}
}
}

0 comments on commit ca8feb0

Please sign in to comment.