Created
January 26, 2018 14:28
-
-
Save hackintoshrao/3f003002a0c904ec2f9a9f9d8190ddde to your computer and use it in GitHub Desktop.
JSON response from API.ai bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "035bea35-c51b-4ccc-be8c-61846b506b78", | |
"timestamp": "2018-01-26T14:04:28.967Z", | |
"lang": "en", | |
"result": { | |
"source": "agent", | |
"resolvedQuery": "I don't how to update goals", | |
"action": "", | |
"actionIncomplete": false, | |
"parameters": { | |
"features": "goals" | |
}, | |
"contexts": [], | |
"metadata": { | |
"intentId": "406d3aff-6f29-40ed-90ca-182c755d14a3", | |
"webhookUsed": "false", | |
"webhookForSlotFillingUsed": "false", | |
"intentName": "Platform exploration help" | |
}, | |
"fulfillment": { | |
"speech": "Here is the procedure to update the goal. First, select the project (from the carousel) > click on an objective > update goals. Here you can drag the seeker to update the progress and then pick the date to assign the progress to that specific date. Then hit save to record your progress. Or you can hit cancel to restore the previous settings.", | |
"messages": [ | |
{ | |
"type": 0, | |
"speech": "Here is the procedure to update the goal. First, select the project (from the carousel) > click on an objective > update goals. Here you can drag the seeker to update the progress and then pick the date to assign the progress to that specific date. Then hit save to record your progress. Or you can hit cancel to restore the previous settings." | |
} | |
] | |
}, | |
"score": 0.7699999809265137 | |
}, | |
"status": { | |
"code": 200, | |
"errorType": "success", | |
"webhookTimedOut": false | |
}, | |
"sessionId": "2b790398-8314-4fc3-9724-b69d73da5b1a" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment