Skip to content

Instantly share code, notes, and snippets.

@smtalimett
Created December 30, 2017 02:38
Show Gist options
  • Save smtalimett/f0ee74230606576996f453fee87af6b5 to your computer and use it in GitHub Desktop.
Save smtalimett/f0ee74230606576996f453fee87af6b5 to your computer and use it in GitHub Desktop.
{
"id": "3622be70-cb49-4796-a4fa-71f16f7b5600",
"lang": "en",
"result": {
"action": "pickFruit",
"actionIncomplete": false,
"contexts": [
"shop"
],
"fulfillment": {
"messages": [
{
"platform": "google",
"textToSpeech": "Okay how many apples?",
"type": "simple_response"
},
{
"platform": "google",
"textToSpeech": "Okay. How many apples?",
"type": "simple_response"
},
{
"speech": "Okay how many apples?",
"type": 0
}
],
"speech": "Okay how many apples?"
},
"metadata": {
"intentId": "21478be9-bea6-449b-bcca-c5f009c0a5a1",
"intentName": "add-to-list",
"webhookForSlotFillingUsed": "false",
"webhookUsed": "false"
},
"parameters": {
"fruit": [
"apples"
]
},
"resolvedQuery": "I need apples",
"score": 1,
"source": "agent"
},
"sessionId": "12345",
"status": {
"code": 200,
"errorType": "success"
},
"timestamp": "2017-09-19T21:16:44.832Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment