Skip to content

Commit

Permalink
introduction message is separated from conversation discovery in gett…
Browse files Browse the repository at this point in the history
…ing started
  • Loading branch information
Boyko Karadzhov committed Jul 13, 2017
1 parent f2adbe4 commit e012a0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions QuickStart/bg/cognitive-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@
"conversations": {
"getting-started": {
"steps": [
{
"type": "message",
"messages": [
"Здравейте, аз съм асистента на Болница ACME София и мога да ви помогна с редица проблеми. Ако искате да започнеш разговора отначало, може да напишете ключовата дума \"рестарт\" по всяко време."
]
},
{
"type": "question",
"entity": "conversation",
"entity-type": "Conversation",
"messages": [
[
"Здравейте, аз съм асистента на Болница ACME София и мога да ви помогна с редица проблеми. Ако искате да започнеш разговора отначало, може да напишете ключовата дума \"рестарт\" по всяко време.",
"С какво мога да ви асистирам?"
]
"С какво мога да ви асистирам?"
],
"quick-replies": [
"Запазване на час",
Expand Down
11 changes: 7 additions & 4 deletions QuickStart/en/cognitive-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@
"conversations": {
"getting-started": {
"steps": [
{
"type": "message",
"messages": [
"Hello there, I am the virtual assistant of ACME Hospital powered by Artificial Intelligence. If you get stuck,you can always restart our conversation by typing 'restart'"
]
},
{
"type": "question",
"entity": "conversation",
"entity-type": "Conversation",
"messages": [
[
"Hello there, I am the virtual assistant of ACME Hospital powered by Artificial Intelligence. If you get stuck,you can always restart our conversation by typing 'restart'",
"Here is what I can do for your:"
]
"Here is what I can do for your:"
],
"quick-replies": [
"Book a doctor",
Expand Down

0 comments on commit e012a0b

Please sign in to comment.