multivocal
Version:
A node.js library to assist with building best practice, configuration driven, Actions for the Google Assistant.
35 lines • 672 B
JSON
{
"id": "5f2a555b-b8b0-4829-86cf-0b64e6448add",
"name": "quit.fallback",
"auto": false,
"contexts": [
"actions_intent_cancel"
],
"responses": [
{
"resetContexts": false,
"action": "multivocal.quit",
"affectedContexts": [],
"parameters": [],
"messages": [
{
"type": 0,
"lang": "en",
"speech": []
}
],
"defaultResponsePlatforms": {},
"speech": []
}
],
"priority": 500000,
"webhookUsed": true,
"webhookForSlotFilling": false,
"lastUpdate": 1521233495,
"fallbackIntent": true,
"events": [
{
"name": "actions_intent_CANCEL"
}
]
}