Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created May 2, 2016 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndianGuru/726e5db09360f0527df9da384f0d1ab7 to your computer and use it in GitHub Desktop.
Save IndianGuru/726e5db09360f0527df9da384f0d1ab7 to your computer and use it in GitHub Desktop.
Sample JSON response
{
"id": "cfcbd337-6b66-4393-a6a3-74fc5487cedb",
"timestamp": "2016-02-16T00:30:13.529Z",
"result": {
"source": "agent",
"resolvedQuery": "hi my name is Sam",
"action": "greetings",
"actionIncomplete": false,
"parameters": {
"name": "Sam"
},
"contexts": [
{
"name": "user_name",
"parameters": {
"name": "Sam"
},
"lifespan": 5
},
{
"name": "greetings",
"parameters": {
"name": "Sam"
},
"lifespan": 5
}
],
"metadata": {
"intentId": "c251ef97-0c43-404d-bf75-98e806f942be",
"intentName": "Greetings"
},
"fulfillment": {
"speech": "Hi Sam! How can I help you?"
}
},
"status": {
"code": 200,
"errorType": "success"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment