Advertisement
mauricioribeiro

Dialogflow response example

Jan 13th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.79 KB | None | 0 0
  1. {
  2.     "id": "26d23161-dc54-4477-a83c-169de811b075",
  3.     "timestamp": "2018-01-13T20:43:25.131Z",
  4.     "lang": "pt-br",
  5.     "result": {
  6.         "source": "agent",
  7.         "resolvedQuery": "quero dois x-bacon",
  8.         "speech": "",
  9.         "action": "order.add_item",
  10.         "actionIncomplete": false,
  11.         "parameters": {
  12.             "number": 2,
  13.             "food": "x-bacon",
  14.             "drink": "",
  15.             "drink-flavour": "",
  16.             "drink-size": ""
  17.         },
  18.         "contexts": [
  19.             {
  20.                 "name": "montagem",
  21.                 "parameters": {
  22.                     "drink-flavour.original": "",
  23.                     "number": 2,
  24.                     "food.original": "x-bacon",
  25.                     "drink-flavour": "",
  26.                     "drink-size.original": "",
  27.                     "drink.original": "",
  28.                     "number.original": "dois",
  29.                     "drink": "",
  30.                     "food": "x-bacon",
  31.                     "drink-size": ""
  32.                 },
  33.                 "lifespan": 3
  34.             }
  35.         ],
  36.         "metadata": {
  37.             "intentId": "49ca22cd-9f5b-4213-8499-0adeab80c447",
  38.             "webhookUsed": "true",
  39.             "webhookForSlotFillingUsed": "false",
  40.             "intentName": "Pedido - Adicionar Item"
  41.         },
  42.         "fulfillment": {
  43.             "speech": "ok! adicionei 2 x-bacon ao seu pedido",
  44.             "messages": [
  45.                 {
  46.                     "type": 0,
  47.                     "speech": "ok! adicionei 2 x-bacon ao seu pedido"
  48.                 }
  49.             ]
  50.         },
  51.         "score": 1
  52.     },
  53.     "status": {
  54.         "code": 200,
  55.         "errorType": "success",
  56.         "webhookTimedOut": false
  57.     },
  58.     "sessionId": "031da98b-4ee9-449e-8eaa-408e42886bac"
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement