Skip to content

Instantly share code, notes, and snippets.

@arturictus
Created August 2, 2017 13:09
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 arturictus/62849cc7e3525e6154ce4de7ae1e5437 to your computer and use it in GitHub Desktop.
Save arturictus/62849cc7e3525e6154ce4de7ae1e5437 to your computer and use it in GitHub Desktop.

Example with translations:

{
  "response": [
    {
      "type":"text",
      "message":{
        "translation": {
          "en":"do you need and hotel?",
          "fr":"bubule"
        }
      }
    }
  ]
}

Example without translations:

{
  "response": [
    {
      "type":"text",
      "message":"do you need and hotel?"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment