We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae81a86 commit 73b5b96Copy full SHA for 73b5b96
testing/TestFlow/dialogs/staterequest.txt
@@ -3,6 +3,7 @@ StateRequestIntent usstate=Vermont
3
StateRequestIntent usstate=New%20York
4
ISeeIntent animal=bear color=brown
5
# AMAZON.HelpIntent
6
+
7
AMAZON.StopIntent
8
MyNameIsIntent myName=
9
MyNameIsIntent myName=Madeline
testing/TestFlow/src/index.js
@@ -64,7 +64,6 @@ var handlers = {
64
65
say = 'You saw a ' + myColor + ' ' + myAnimal;
66
}
67
-asdf
68
69
this.emit(':ask', say, 'try again');
70
0 commit comments