Skip to content

Commit

Permalink
UPD README
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien88 committed Aug 24, 2018
1 parent c2c3886 commit 0126697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,10 +625,10 @@ app.intent("sampleIntent", {
"AGE": "AMAZON.NUMBER",
"CITY": {
"type": "AMAZON.US_CITY",
"samples": ['I live in {CITY}', '{CITY}'],
"elicitationPrompts": [
"Oh I forgot to ask you, in which city do you live ?",
],
"samples": ['I live in {-|CITY}', '{in|at|near|} {-|CITY}'],
"confirmationPrompts": ['Ok so you live in {CITY} right ?'],
}
},
Expand Down

0 comments on commit 0126697

Please sign in to comment.