Skip to content

Instantly share code, notes, and snippets.

@jeffhollan
Created March 5, 2017 05:52
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 jeffhollan/f94234697ee02e9b5b86a3518ad05ebe to your computer and use it in GitHub Desktop.
Save jeffhollan/f94234697ee02e9b5b86a3518ad05ebe to your computer and use it in GitHub Desktop.
{
"properties": {
"request": {
"properties": {
"inDialog": {
"type": "boolean"
},
"intent": {
"properties": {
"name": {
"type": "string",
"x-ms-summary": "Intent Name"
}
},
"type": "object"
},
"locale": {
"type": "string"
},
"requestId": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"session": {
"properties": {
"application": {
"properties": {
"applicationId": {
"type": "string"
}
},
"type": "object"
},
"attributes": {
"properties": {},
"type": "object"
},
"new": {
"type": "boolean"
},
"sessionId": {
"type": "string"
},
"user": {
"properties": {
"userId": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"version": {
"type": "string"
}
},
"type": "object"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment