watson-conversation 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/watson/conversation.rb +5 -4
- data/lib/watson/conversation/version.rb +1 -1
- metadata +2 -3
- data/test.json +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efc76a8d6d3f734af227fa28ed07815187afc691
|
4
|
+
data.tar.gz: d13e572d9e1ef2084f10890423b5838f030d0ff8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdb6e388a6e5a4976f92fe558fb4db948539fc8088678cb7f23036a0c328be63f3c44a666ccab259671283a878b31bd8eb49d33027014f90c265acba97bcbbb3
|
7
|
+
data.tar.gz: 1356d7e53a9f9a3fd35ebf48b2f343b0ad600c477f8892aa8f0342657358a1fd71877d1d9df2529c082bbb1cd8ed1ba21209b903bd8b82c2016e0a32409bbd80
|
data/lib/watson/conversation.rb
CHANGED
@@ -12,7 +12,7 @@ module Watson
|
|
12
12
|
class Dialog
|
13
13
|
def initialize(username: "", password: "", workspace_id: "")
|
14
14
|
url = "https://#{username}:#{password}@gateway.watsonplatform.net/conversation/api"
|
15
|
-
version="
|
15
|
+
version="2017-02-03"
|
16
16
|
@endpoint = "#{url}/v1/workspaces/#{workspace_id}/message?version=#{version}"
|
17
17
|
end
|
18
18
|
|
@@ -167,9 +167,10 @@ module Watson
|
|
167
167
|
output_texts.push(text)
|
168
168
|
end
|
169
169
|
else
|
170
|
-
response["error"]["error"]["input.text"].each do | text |
|
171
|
-
|
172
|
-
|
170
|
+
#response["error"]["error"]["input.text"].each do | text |
|
171
|
+
#end
|
172
|
+
text = response["error"]
|
173
|
+
output_texts.push(text)
|
173
174
|
end
|
174
175
|
|
175
176
|
@mutex.synchronize do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: watson-conversation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- alpha.netzilla
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -113,7 +113,6 @@ files:
|
|
113
113
|
- bin/setup
|
114
114
|
- lib/watson/conversation.rb
|
115
115
|
- lib/watson/conversation/version.rb
|
116
|
-
- test.json
|
117
116
|
- watson-conversation.gemspec
|
118
117
|
homepage: https://github.com/alpha-netzilla/watson-conversation.git
|
119
118
|
licenses:
|
data/test.json
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"name":"Car_Dashboard_test","created":"2017-01-27T06:52:25.723Z","intents":[{"intent":"capabilities","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"can I manipulate the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"help","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"help me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How are you going to help me?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how can you help me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"need help","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"tell me what things you can do","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"tell me what you can do","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"What are you","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what are you capable of","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what are your capabilities Watson?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what can I do","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"What can i say","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what can you do","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what can you do for me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what can you help me with","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what do you know","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what else","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what things can you do","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"goodbyes","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"adieu","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"adios","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"au revoir","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"BYE","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"bye bye","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"bye now","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"cya","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"farewell","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"goodbye","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"good bye","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"good day","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"good night","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"gotta go","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"gotta run","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"got to go","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"gtg","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"have to go","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"have to leave","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"have to run","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I'm leaving","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"later","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"laters","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"logging off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"my time is up","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"need to go","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"need to leave","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"need to run","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"ok bye","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"out of time","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"over and out","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"see ya","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"see ya later","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"see ya soon","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"see you","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"see you later","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"see you soon","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"should be going","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"should go","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"signing off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"signing out","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"so long","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"thanks watson","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"thank you for your help","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"then bye","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"time to go","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"toodles","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"greetings","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"aloha","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"bad","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"bonjour","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"buenos dias","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"ciao","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"feeling bit low","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"g'day","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"good","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"good day","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"good evening","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"good how are you","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"good morning","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"greetings","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Hello","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Hello, how are you?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Hello Watson","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hey","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"heya","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hey there","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hi","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hi how are u","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hi there","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Hi watson","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hiya","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Hola","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hola como estas","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How are you doing?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"howdy","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I am not feeling good","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I'm feeling good thanks","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Its not that good","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"namaste","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"yello","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"yo","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"locate_amenity","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"Amenities","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"can you find a good place to eat?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"can you find me a","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"can you find the nearest gas station for me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"can you locate a","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"drive to the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"find a restaurant","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Find best gas option","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"find me a restaurant","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"get me directions","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"go to a","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"go to the closest","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I am hungry","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I'd like to get something to eat","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"i'm hungry","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"im hungry I want to eat something","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"i need some coffee","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"i need to stop for gas","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Information on locations near me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want a bar","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"i want drink","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want eat","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"i want pizza","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want to eat pizza","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want to stop for some food","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"let's get some grub","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"locate ammenity","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Navigation","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"nearby restaurant","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"order a pizza","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"pizza","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"restaurant","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"restaurants","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"show me the best path","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Stop for food/coffee","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"take me to","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is closeby","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is near","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is nearby","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is near me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what's closeby","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what's close to me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what's near","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what's nearby Watson","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where are the closest restrooms","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where can i drink","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where can i eat pizza?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where can i have pizza","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where is a restaurant","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where is ATM","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where is the bathroom?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where is the pool","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where's the nearest exit","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"off_topic","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"aho","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"asdasdasda","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"asdasidjiwe","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"book a flight for NY on sunday","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"carrot","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"cats are my favorite animal","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"cool","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"culd","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"deploy airbags","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"dfddfg","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"don't you know any jokes","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"fa","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"fdsafsaHi watson","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how far is the moon","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how many licks does it take to get to the center of a tootsie roll","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how much do you weigh","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how tall are you","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"huhu","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I'd like to have dinner with you","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I enjoy petting cats","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I love dolphins","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I love spicy food","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"i need a new wheelchair","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I need to shut it down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"it's too dark","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"i want jokes","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want to date you","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want to eat tacos everyday","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"i want to see how this demo works","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want to talk","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"know any jokes","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"lgiths","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"lgits","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"nope","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Nuts","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"ok watson, why should I use you","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"open door","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"poop","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Post-it notes taste terrible.","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"repair my car","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"roll down windows","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"shutdown","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"shut down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"system error, unable to lonin","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"tell me some jokes","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"tell me your favorite color","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"tell me your favorite foods","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"test","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"testing om","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"This is awesome","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"This is good","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Turn left","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is my speed?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is your name","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is your name?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what kind of food do you eat","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"What's the speed?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"whats the square root of 70","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"whats your favorite color","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"whats your favorite movie","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what's your name","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"whats your name","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"What's your name?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what time is it?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what types of food do you like","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where is the poop deck on this ship?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where should I turn?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"which color is best for wedding","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"why?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"why is the sky blue","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"yeah","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"yes","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Yolo","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"You're asking me too much","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"out_of_scope","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"Can I play music through bluetooth from my phone?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"change bulb","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"changing gears","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"changing the light bulb","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"checking the engine oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"coolant level","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"fuel tank flap","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hi to switch on the fog lights","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how can i change oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how can i connect the phone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how can i find current level of oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how can i lock the car","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how can i replace light bulb","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i adjust exterior mirrors","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i adjust head restraint","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i adjust the cruise control speed","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i adjust the mirror","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i adjust the mirror inside","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i adjust the rear view mirror","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i adjust the vehicle distance","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i arm the alarm","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i browse the tracks on the iPod","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i cancel cruise control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i change oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i change the headlight bulbs","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i change the lights bulb","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i change the oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i clean the vehicle","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i close the window","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i connect my phone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i connect USB device","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i control a phone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i disable the vehicle stability control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i fill in the engine oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i find the fuel consumption","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i lock the window","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i lock the windows","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i lock the windows to prevent children from opening","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i open the doors","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i open the fuel filler flap","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i open the power windows","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i open the rear window","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i open the side window","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i open the tank fuel","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i open the window","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How do I pair my android phone to the radio?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How do I pair my iPhone to the radio?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i pause song in my iPod","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i play an iPod","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i play the track on the iPod","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How do I program my radio stations?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i refill the engine oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i resume cruise control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i resume the cruise speed","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i resume the vehicle speed","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i save my favourite radio station","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i save the seat position","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i scroll the screen","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i select a desired track on the iPod","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i select the song on the iPod","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i set the adaptive cruise control speed","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i set the cruise speed","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i set the vehicle speed","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i switch on the cruise control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i tune the radio","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn off ambient lights","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn off the alarm","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn off the cruise control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn off the high beams","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn off the traction control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn off voice guidance","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on adaptive cruise control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on ambient lights","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on cruise control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on front seat heating","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on headlamps","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on high beams","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on the alarm","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on the cruise control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on the fog lamps","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How do I turn on the high-beams?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on the pre collision system","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on the traction control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on traffic info","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i turn on windscreen washer","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i unlock the windows","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How do I use cruise control?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i use the blind spot monitor","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i use the electric power steering","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i use the iPod","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i use the pre collision system","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i use the traction control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how do i wash the car","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How frequently should I change the oil?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how often should i change the oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how to adjust the vehicle to vehicle distance","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how to change engine oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how to change oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how to change the oil","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How to connect bluetooth?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how to replace light bulbs","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how to turn on warning lights","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Is there a lane change assist feature?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Is there an automatic parallel park feature?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Is there a warning light for low washer fluid?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"light bulbs replacement","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"opening the windows","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"operating the radio","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"parking brake","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"refilling the engine coolant","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"show me how to change the light bulbs","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"switch on fog light","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn off traffic info","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what are the crash ratings?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is the pre collision system","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is the traction control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is the vehicle stability control","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what kind of fuel does the car require?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what kind of fuel should i use","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"What kind of fuel should I use?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"What PSI do I inflate the spare tire to","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what's the tires pressure","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what type of oil do i need?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where are fog lights","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where are the lights","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"where can i start air conditioning","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Where is the fuse box","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Where is the fuse box located?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"phone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"answer the phone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"call dad","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"call on the telephone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"dial Home","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"do you have a phone?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I'd like to call my mom","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I'd like to make a call","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want to text my father","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I would like to call someone on the phone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"make a phone call","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"smartphone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"text mom","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"text someone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"use the phone","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"What's your phone number?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"traffic_update","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"are there any accidents ahead","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Are there any jams","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Estimated time left?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"ETA","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"give me traffic updates","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how far","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how is traffic looking this evening?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how long it would take me get home?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how long until I arrive","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How long will it take to get there?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"How's the traffic?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how's the traffic today?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how's traffic","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how's traffic?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hows traffic","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hows traffic?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hows traffic looking","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"is the highway busy?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"is there an accident ahead","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"jam?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"traffic conditions","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"traffic conditions on 85","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"whats my ETA","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what's the Estimated Time of Arrival?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"whats the traffic like on 101","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"when do we arrive?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"when rain there is lot of trafic jams","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"when will we arrive?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"turn_down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"decrease the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I need you to turn my down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"lessen the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"lower the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"please turn the down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"reduce the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"the needs to be turned down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn down the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn it down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn my down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn the down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn the down for me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn this down","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"turn_off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"cancel","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I don't need the anymore","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I need my off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"I want the off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"power off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"shut off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"stop","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"switch it off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"switch off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"switch off please","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"switch off the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Turn off my","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn off my please","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn off the for me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn off the please","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn the off","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"will you turn my off please","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"turn_on","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"can you turn on the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"on","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"on now","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"play","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"play me some","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"power on","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"power on the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"start","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"switch on","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"switch on the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn my on","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn my on for me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn on","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn on my","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Turn on the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn on the light","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn on the please","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn the on","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"watson please turn my on","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"turn_up","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"amplify the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"boost","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"can you increase the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"can you turn my up","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"can you turn the up","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"enhance the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"increase the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"increase the for me","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"intensify","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"magnify the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"play the louder","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"please turn my up","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"please turn the up","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"please turn up the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"step up the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn the up","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn the up now","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn up the","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"turn up this","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null},{"intent":"weather","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","examples":[{"text":"check the weather","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"check the wheather","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"check weather","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"cold","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"Does the weather get worse","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"do I need a jacket?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"hot","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how cold?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how cold is it out?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how cold is it outside","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how hot","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how hot is it outside","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how hot is it outside?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how long will it rain","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"how warm is it?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"is it dark outside","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"is it raining","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"is it raining?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"It's cold here","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"it's hot","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"tell me the weather","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what is the weather like?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"what's the weather","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"whats the weather like right now","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"whats the weather outside?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"When will the rain stop?","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"},{"text":"when will the sun come out","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z"}],"description":null}],"updated":"2017-02-07T02:38:48.274Z","entities":[{"type":null,"entity":"amenity","source":null,"values":[{"value":"gas","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["fuel","fuel station","fuel stations","gas station","gas stations","pump","pumps"]},{"value":"restaurant","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["eat"," food","hungry"," meal"," meals"," restaurants"]},{"value":"restroom","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[" bathroom"," bathrooms","loo"," restrooms"," toilet"," toilets"]}],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"appliance","source":null,"values":[{"value":"ac","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["acs","air conditioner","air conditioners","air conditioning","fans"]},{"value":"fan","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["fans"]},{"value":"heater","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["heat"]},{"value":"lights","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["bulb","bulbs","headlight","head light","headlights","head lights","light","tubelight","tubelights"]},{"value":"music","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["radio","song","songs"]},{"value":"volume","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["sound"]},{"value":"wipers","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["windshield wiper","windshield wipers","wiper"]}],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"cuisine","source":null,"values":[{"value":"burgers","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["american","burger","burgers","cheeseburger","cheeseburgers","hamburger","hamburgers"]},{"value":"pasta","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Italian","pasta","pizza"]},{"value":"seafood","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["fish","seafood","shrimp"]},{"value":"tacos","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Mexican","taco","tacos"]}],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"cuisine_bad","source":null,"values":[{"value":"african","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"american","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"argentine","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"asian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"austrian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"basque","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"belgian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"breakfast","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"british","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"cajun","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"californian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"canadian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"caribbean","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"chinese","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"christmas","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"comfort","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"creole","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"cuban","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"danish","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"english","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"european","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"french","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"galician","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"german","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"gluten free","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"greek","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"halal","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"hawaiian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"indian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"irish","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"israeli","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"italian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"jamaican","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"japanese","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"korean","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"kosher","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"latin","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"malaysian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"mediterranean","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"mexican","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"middle eastern","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"moroccan","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"paleo","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"persian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"peruvian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"pescatarian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"portuguese","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"russian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"scandinavian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"scottish","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"sichuan","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"soul","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"southern","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"southwestern","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"spanish","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"texan","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"tex mex","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"thai","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"turkish","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"tuscan","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"vegan","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"vegetarian","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]},{"value":"vietnamese","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[]}],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"genre","source":null,"values":[{"value":"classical","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["avant-garde","baroque","chamber","chant","choral","classical","impressionist","medieval","opera","orchestra","orchestral","renaissance","wedding"]},{"value":"jazz","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["anything","bebop","big band","dixie","jazz","lounge","swing","whatever"]},{"value":"pop","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["pop","popular"]},{"value":"rock","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["jam","metal","prog","progressive","punk","punkrock","rock","surf"]}],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"genre_bad","source":null,"values":[{"value":"Alternative","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["alt","altrock","grunge","new wave"]},{"value":"Blues","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Ragtime","sad"]},{"value":"Childrens","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["disney","lullabies","singalong"]},{"value":"Comedy","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["standup","tv"]},{"value":"Country","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["americana","bluegrass","honky tonk","outlaw","urban cowboy"]},{"value":"Dance","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["club","deep house","dubstep","edm","electro house","electroswing","exercise","house","jungle","techno","trance","trap"]},{"value":"Electronic","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["ambient","crunk","drum and bass","drum & bass","electro","electronica","industrial","trip hop"]},{"value":"Folk","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Acoustic","traditional"]},{"value":"Hip Hop","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Bounce","dirty south","rap"]},{"value":"Holiday","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Chanukah","christmas","easter","halloween","thanksgiving"]},{"value":"Instrumental","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["marching band"]},{"value":"J-Pop","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["J-Rock"]},{"value":"Latin","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Baladas","bossa nova","brazilian","cubmia","flamenco","portuguese","reggaeton","salsa","Tango"]},{"value":"New Age","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Environmental","healing","meditation","relaxation"]},{"value":"R&B","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Disco","Funk","Motown","Soul"]},{"value":"Reggae","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["dancehall","dub","roots","ska"]},{"value":"Religious","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Christian","gospel"]},{"value":"Soundtrack","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["cinema","musical"]},{"value":"Vocal","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["acapella","acappella","A cappella","barbershop","doowop"]},{"value":"World","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["Afrobeat","afropop","cajun","calypso","caribbean","celtic","congo","polka","soca","zydeco"]}],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"option","source":null,"values":[{"value":"closest","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["closest"," nearest"]},{"value":"fifth","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["5","fifth","five"]},{"value":"first","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[" 1"," first","one"]},{"value":"fourth","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["4","four","fourth"]},{"value":"second","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["2"," second"," two"]},{"value":"third","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[" 3"," third","three"]}],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"phone","source":null,"values":[{"value":"call","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":["call"," calls"]},{"value":"text","created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"synonyms":[" message"," messages","text"," texts"]}],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"sys-currency","source":"system.entities","values":[],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"sys-date","source":"system.entities","values":[],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"sys-number","source":"system.entities","values":[],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"sys-percentage","source":"system.entities","values":[],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null},{"type":null,"entity":"sys-time","source":"system.entities","values":[],"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","open_list":false,"description":null}],"language":"en","metadata":{"runtime_version":null},"description":"Cognitive Car workspace which allows multi-turn conversations to perform tasks in the car.","dialog_nodes":[{"go_to":null,"output":{},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@genre","description":null,"dialog_node":"node_12_1468608830899","previous_sibling":"node_1_1467233388598"},{"go_to":null,"output":{},"parent":"node_7_1467232789215","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@appliance","description":null,"dialog_node":"node_8_1467232810733","previous_sibling":null},{"go_to":null,"output":{"text":"Hello! I'm here to help you..just say the word."},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#greetings","description":null,"dialog_node":"node_7_1468608329601","previous_sibling":"node_11_1468608786372"},{"go_to":null,"output":{"text":"Hi. It looks like a nice drive today. What would you like me to do?"},"parent":null,"context":{"defaultCounter":0},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"conversation_start","description":null,"dialog_node":"node_1_1467221909631","previous_sibling":null},{"go_to":null,"output":{"text":"I am having trouble understanding you. Try asking your question in a different way."},"parent":"node_2_1467221939202","context":{"defaultCounter":0},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"$defaultCounter>2","description":null,"dialog_node":"node_1_1467919680248","previous_sibling":null},{"go_to":null,"output":{"text":"I'm not sure about that. You can say things like \"Turn on my lights\" or \"Play some music.\""},"parent":"node_2_1467221939202","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_2_1467919781627","previous_sibling":"node_1_1467919680248"},{"go_to":null,"output":{"text":"I'm trained to turn things on or off in the car, play music and find nearby locations."},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#capabilities","description":null,"dialog_node":"node_11_1468608786372","previous_sibling":"node_1_1467304857249"},{"go_to":null,"output":{"text":"I prefer not to text while I drive."},"parent":"node_1_1467304857249","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@phone:text","description":null,"dialog_node":"node_2_1467307757606","previous_sibling":"node_1_1467307743052"},{"go_to":null,"output":{"text":"It doesn't look like there are any restaurants that serve @cuisine_bad around you. Try saying things like burgers or tacos."},"parent":"node_10_1467233806357","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@cuisine_bad","description":null,"dialog_node":"node_9_1468364300050","previous_sibling":"node_13_1467234287024"},{"go_to":null,"output":{"text":"I understand you want me to locate an amenity. I can find restaurants, gas stations and restrooms nearby."},"parent":"node_7_1467233747449","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_12_1467234209966","previous_sibling":"node_8_1467233758272"},{"go_to":null,"output":{"text":"I understand you want me to turn down something. You can say turn down the volume or lower the heat."},"parent":"node_1_1467233388598","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_5_1467233563932","previous_sibling":"node_2_1467233413666"},{"go_to":null,"output":{"text":"I understand you want me to turn off something. You can say turn off the wipers or switch off the ac."},"parent":"node_7_1467232789215","context":{"reprompt":false},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_9_1467232828857","previous_sibling":"node_8_1467232810733"},{"go_to":null,"output":{"text":"I understand you want me to turn up something. You can say increase the volume or turn up the ac."},"parent":"node_10_1467233003109","context":{"reprompt":false},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_12_1467233032148","previous_sibling":"node_11_1467233013716"},{"go_to":null,"output":{"text":"I've found the closest restroom stops. Which one would you like to drive to?"},"parent":"node_8_1467233758272","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@amenity:restroom","description":null,"dialog_node":"node_11_1467233815579","previous_sibling":"node_10_1467233806357"},{"go_to":null,"output":{"text":"Of course. Do you have a specific cuisine in mind?"},"parent":"node_8_1467233758272","context":{"reprompt":true},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@amenity:restaurant","description":null,"dialog_node":"node_10_1467233806357","previous_sibling":"node_9_1467233775768"},{"go_to":null,"output":{"text":"Ok. Navigating to @option restroom. We should get there quickly."},"parent":"node_11_1467233815579","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@option","description":null,"dialog_node":"node_19_1467234523021","previous_sibling":null},{"go_to":null,"output":{"text":"Ok. Turning down the @appliance."},"parent":"node_2_1467233413666","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@appliance:ac || @appliance:heater || @appliance:music || @appliance:volume || @appliance:fan","description":null,"dialog_node":"node_3_1467233447156","previous_sibling":null},{"go_to":null,"output":{"text":"Ok. Turning up the @appliance."},"parent":"node_11_1467233013716","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@appliance:ac || @appliance:heater || @appliance:music || @appliance:volume || @appliance:fan","description":null,"dialog_node":"node_13_1467233048218","previous_sibling":null},{"go_to":null,"output":{"text":"Sadly, the @appliance cannot be turned down. Try something like decrease the volume or turn down the ac.."},"parent":"node_2_1467233413666","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_4_1467233504463","previous_sibling":"node_3_1467233447156"},{"go_to":null,"output":{"text":"Sadly, the @appliance cannot be turned up. Try something like increase the volume or turn up the ac."},"parent":"node_11_1467233013716","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_14_1467233257478","previous_sibling":"node_13_1467233048218"},{"go_to":null,"output":{"text":"Sorry I don't know how to make a phone call. I must be all out of minute!"},"parent":"node_1_1467304857249","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@phone:call","description":null,"dialog_node":"node_1_1467307743052","previous_sibling":null},{"go_to":null,"output":{"text":"Sorry I haven't yet learnt to perform operations with phones."},"parent":"node_1_1467304857249","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_3_1467307837947","previous_sibling":"node_2_1467307757606"},{"go_to":null,"output":{"text":"Super! I've found some options for you. Which one do you like?"},"parent":"node_10_1467233806357","context":{"reprompt":true},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@cuisine","description":null,"dialog_node":"node_13_1467234287024","previous_sibling":null},{"go_to":null,"output":{"text":"Sure! Let me know if you have more requests or questions."},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#goodbyes","description":null,"dialog_node":"node_8_1468608349230","previous_sibling":"node_7_1468608329601"},{"go_to":null,"output":{"text":"Sure! Navigating to the @option gas station."},"parent":"node_9_1467233775768","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@option","description":null,"dialog_node":"node_17_1467234455512","previous_sibling":null},{"go_to":null,"output":{"text":"Sure thing. That place gets great reviews. You'll be there soon."},"parent":"node_13_1467234287024","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@option","description":null,"dialog_node":"node_15_1467234349255","previous_sibling":null},{"go_to":null,"output":{"text":"That question is out of scope for this application, take a look at the Conversation Enhanced application to handle questions like these."},"parent":"node_1_1467743415843","context":{"callRetrieveAndRank":true},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"intents[0].confidence>0.5","description":null,"dialog_node":"node_1_1467910920863","previous_sibling":null},{"go_to":null,"output":{"text":"There are a few gas stations nearby. Which one would you like to drive to?"},"parent":"node_8_1467233758272","context":{"reprompt":true},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@amenity:gas","description":null,"dialog_node":"node_9_1467233775768","previous_sibling":null},{"go_to":null,"output":{"text":"This is a short shower, it should only last a minute."},"parent":"node_1_1467303308178","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"input_text.contains('rain')","description":null,"dialog_node":"node_2_1467303426532","previous_sibling":null},{"go_to":null,"output":{"text":"Traffic gets a little heavier downtown, but your route isn't affected."},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#traffic_update","description":null,"dialog_node":"node_6_1467233590477","previous_sibling":"node_12_1468608830899"},{"go_to":null,"output":{"text":"Unfortunately I don't know much about the weather..I'm still learning."},"parent":"node_1_1467303308178","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_3_1467303459465","previous_sibling":"node_2_1467303426532"},{"go_to":{"return":null,"selector":"body","dialog_node":"node_13_1467234287024"},"output":{},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@cuisine","description":null,"dialog_node":"node_14_1468609965699","previous_sibling":"node_7_1467233747449"},{"go_to":{"return":null,"selector":"body","dialog_node":"node_2_1467221939202"},"output":{"text":"I haven't learned answers to questions like this, try saying things like \"Turn on my lights\" or \"Play some music.\""},"parent":"node_1_1467743415843","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"true","description":null,"dialog_node":"node_2_1467911128151","previous_sibling":"node_1_1467910920863"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_10_1467233806357"},"output":{},"parent":"node_9_1467233775768","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@amenity:restaurant || @amenity:restroom","description":null,"dialog_node":"node_2_1468613104364","previous_sibling":"node_17_1467234455512"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_11_1467233013716"},"output":{},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#turn_up","description":null,"dialog_node":"node_10_1467233003109","previous_sibling":"node_7_1467232789215"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_1_1467307743052"},"output":{"text":""},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#phone || @phone","description":null,"dialog_node":"node_1_1467304857249","previous_sibling":"node_1_1467303308178"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_1_1467910920863"},"output":{"text":""},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#out_of_scope","description":null,"dialog_node":"node_1_1467743415843","previous_sibling":"node_8_1468608349230"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_1_1467919680248"},"output":{"text":""},"parent":null,"context":{"defaultCounter":"<?$defaultCounter+1?>"},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"anything_else","description":null,"dialog_node":"node_2_1467221939202","previous_sibling":"node_1_1467743415843"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_13_1467233048218"},"output":{"text":""},"parent":"node_10_1467233003109","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@appliance","description":null,"dialog_node":"node_11_1467233013716","previous_sibling":null},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_2_1467233413666"},"output":{},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#turn_down","description":null,"dialog_node":"node_1_1467233388598","previous_sibling":"node_10_1467233003109"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_2_1467303426532"},"output":{},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#weather","description":null,"dialog_node":"node_1_1467303308178","previous_sibling":"node_1_1468610017772"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_3_1467233447156"},"output":{"text":""},"parent":"node_1_1467233388598","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@appliance","description":null,"dialog_node":"node_2_1467233413666","previous_sibling":null},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_8_1467232810733"},"output":{},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#turn_off","description":null,"dialog_node":"node_7_1467232789215","previous_sibling":"node_1_1467221909631"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_8_1467233758272"},"output":{},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"#locate_amenity","description":null,"dialog_node":"node_7_1467233747449","previous_sibling":"node_6_1467233590477"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_9_1467233775768"},"output":{},"parent":null,"context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@amenity","description":null,"dialog_node":"node_1_1468610017772","previous_sibling":"node_14_1468609965699"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_9_1467233775768"},"output":{},"parent":"node_10_1467233806357","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@amenity:gas || @amenity:restroom","description":null,"dialog_node":"node_1_1468613045307","previous_sibling":"node_9_1468364300050"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_9_1467233775768"},"output":{},"parent":"node_11_1467233815579","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@amenity:gas || @amenity:restaurant","description":null,"dialog_node":"node_3_1468613155086","previous_sibling":"node_19_1467234523021"},{"go_to":{"return":null,"selector":"condition","dialog_node":"node_9_1467233775768"},"output":{},"parent":"node_7_1467233747449","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@amenity","description":null,"dialog_node":"node_8_1467233758272","previous_sibling":null},{"go_to":{"return":null,"selector":"user_input","dialog_node":"node_13_1467234287024"},"output":{"text":"I see a few nearby restaurants serving tacos, burgers, seafood and pasta. You can select one of these.."},"parent":"node_10_1467233806357","context":{"reprompt":false},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"$reprompt","description":null,"dialog_node":"node_14_1467234311677","previous_sibling":"node_1_1468613045307"},{"go_to":{"return":null,"selector":"user_input","dialog_node":"node_15_1467234349255"},"output":{"text":"Which option would you like? You can say first, third, nearest and so on.."},"parent":"node_13_1467234287024","context":{"reprompt":false},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"$reprompt","description":null,"dialog_node":"node_16_1467234390805","previous_sibling":"node_15_1467234349255"},{"go_to":{"return":null,"selector":"user_input","dialog_node":"node_17_1467234455512"},"output":{"text":"Which option would you like? You can say first, third, nearest and so on.."},"parent":"node_9_1467233775768","context":{"reprompt":false},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"$reprompt","description":null,"dialog_node":"node_18_1467234505187","previous_sibling":"node_2_1468613104364"},{"go_to":{"return":null,"selector":"user_input","dialog_node":"node_19_1467234523021"},"output":{"text":"Which option would you like? You can say first, third, nearest and so on.."},"parent":"node_11_1467233815579","context":{"reprompt":false},"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"$reprompt","description":null,"dialog_node":"node_20_1467234565322","previous_sibling":"node_3_1468613155086"},{"type":"response_condition","go_to":null,"output":{"text":"Ok. Turning off the @appliance."},"parent":"node_8_1467232810733","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":" @appliance:lights","description":null,"dialog_node":"node_1_1482370589661","previous_sibling":null},{"type":"response_condition","go_to":null,"output":{"text":{"values":["test1"],"selection_policy":"sequential"}},"parent":"node_8_1467232810733","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":"@appliance:fan","description":null,"dialog_node":"node_2_1482370590019","previous_sibling":"node_1_1482370589661"},{"type":"response_condition","go_to":null,"output":{"text":{"values":["test2","1"],"selection_policy":"sequential"}},"parent":"node_8_1467232810733","context":null,"created":"2017-01-27T06:52:25.723Z","updated":"2017-01-27T06:52:25.723Z","metadata":null,"conditions":null,"description":null,"dialog_node":"node_3_1482370602588","previous_sibling":"node_2_1482370590019"}],"workspace_id":"c952e890-f5b8-4094-b8d9-411a7e7f4e72","counterexamples":[]}
|