Skip to content

Commit

Permalink
handle gracefully unrelated requests issue internetarchive#344
Browse files Browse the repository at this point in the history
  • Loading branch information
UmerMIB committed Mar 23, 2020
1 parent f49272e commit 2a35268
Show file tree
Hide file tree
Showing 5 changed files with 1,113 additions and 0 deletions.
Binary file added internet-archieve.zip
Binary file not shown.
36 changes: 36 additions & 0 deletions models/dialogflow/intents/fallback - yes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "a4f899e5-70cb-4e13-8c0a-740bc45cb17d",
"parentId": "70e8ba9a-53da-4b8a-b87c-51f7fbe9e53a",
"rootParentId": "70e8ba9a-53da-4b8a-b87c-51f7fbe9e53a",
"name": "fallback - yes",
"auto": true,
"contexts": [
"fallback-followup"
],
"responses": [
{
"resetContexts": false,
"action": "fallback.fallback-yes",
"affectedContexts": [],
"parameters": [],
"messages": [
{
"type": 0,
"lang": "en",
"condition": "",
"speech": "repeat the question or continue playback"
}
],
"defaultResponsePlatforms": {},
"speech": []
}
],
"priority": 500000,
"webhookUsed": true,
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
Loading

0 comments on commit 2a35268

Please sign in to comment.