zulip/zerver/webhooks/dialogflow/fixtures/default.json

38 lines
891 B
JSON

{
"id": "1faaa328-dad8-4532-be7e-c4103dfdbf40",
"timestamp": "2018-01-12T12:09:15.699Z",
"lang": "en",
"result": {
"source": "agent",
"resolvedQuery": "how is the weather in Sunnyvale",
"action": "",
"actionIncomplete": false,
"parameters": {
"geo-city": "Sunnyvale"
},
"contexts": [],
"metadata": {
"intentId": "a61266c2-b6af-4dc8-a7b9-72dfb11b72d8",
"webhookUsed": "false",
"webhookForSlotFillingUsed": "false",
"intentName": "weather-intent"
},
"fulfillment": {
"speech": "The weather sure looks great !",
"messages": [
{
"type": 0,
"speech": "The weather sure looks great !"
}
]
},
"score": 1
},
"status": {
"code": 200,
"errorType": "success",
"webhookTimedOut": false
},
"sessionId": "2507496e-8028-4be5-ac52-1624f752b188"
}