Skip to content

Instantly share code, notes, and snippets.

@dimovdaniel
Created December 28, 2016 14:29
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 dimovdaniel/794c6fb6e3d066253f1e656530f2b146 to your computer and use it in GitHub Desktop.
Save dimovdaniel/794c6fb6e3d066253f1e656530f2b146 to your computer and use it in GitHub Desktop.
{
"id": "74db2ba3-6cfa-41f3-510e-bdd7c6776ae3",
"sender": "app",
"sender_role": "app",
"sender_relative_id": "",
"created_at": "2016-12-28T14:23:26.331172Z",
"updated_at": "2016-12-28T14:23:26.511613Z",
"parts": [
{
"content_type": "text",
"content": "It is currently 32 degrees and clear sky in Las Vegas",
"tokens": [
"It",
"is",
"currently",
"32",
"degrees",
"and",
"clear",
"sky",
"in",
"Las",
"Vegas"
],
"classifications": [
{
"overall_confidence": 0.92030728620989,
"base_type": {
"value": "provide_weather"
},
"sub_type": {
"value": "current"
}
}
],
"predictions": [
{
"overall_confidence": 0.9952460548287847,
"base_type": {
"value": "provide_weather"
},
"sub_type": {
"value": "current"
}
}
],
"slots": {
"city": {
"entity": "city",
"base_type": "string",
"roles": [
"generic"
],
"values_by_role": {
"generic": [
{
"raw_value": "Las Vegas",
"start_char": 0,
"end_char": 0,
"start_token": 9,
"end_token": 10
}
]
}
},
"temperature": {
"entity": "temperature",
"base_type": "string",
"roles": [
"generic"
],
"values_by_role": {
"generic": [
{
"raw_value": "32",
"start_char": 0,
"end_char": 0,
"start_token": 3,
"end_token": 3
}
]
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment