-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utterances not keeping braces around slot names #6
Comments
I don't know if master currently supports outputting curly braced slot names in the utterance list. You could look at #5 to see if it accomplishes what you are looking for. In that PR I introduce a special syntax where typing |
I really think it could be coded in an intelligent matter where it automatically adds the braces to the slot keys if they are not already present, or keeps them if they are. |
If you have an intelligent fix, go ahead and submit a PR. Either way, this repo needs to come to some sort of consensus on how to handle the curly brace expressions. #2 also offers a potential fix, but so far none has been incorporated. |
Agreed. I've been meaning to dive into this in more detail, but haven't yet had time with the holidays. The biggest concern I have is introducing new syntax, or doubling up on functionality that alexa already provides. I'll need to read up on the new amazon feature to understand the consequences, etc. |
utterances not keeping braces around slot names when generating content.
Also slots are optional, please remove if empty.
From this:
Generates this:
The text was updated successfully, but these errors were encountered: