alexa-utterances
alexa-utterances copied to clipboard
generate expanded utterances for Amazon Alexa from a template string
Tap already supports everything except the uploading to coveralls part. See it at https://coveralls.io/github/alexa-js/alexa-utterances. Closes #23.
Hi, I wanted to ask you if there is any way to basically compress the samples. Let's say I have three utterances as input: **"why is it happening tonight", "where...
I know I can use `{-|Fruit}` to leave the `{Fruit}` custom slot unparsed. But is there a way to combine that with the "Optional Words" syntax, `{favorite |}`, to render...
I made [this online demo tool](https://agrc.github.io/alexa-vote-skill/) to help my people test the utterance generation. I thought you might like to see it because a lot of the other utterance expanders...
added replace to remove extra spaces created when using optional keywords.
I need my Utterance to output something like `nearbyPOIHotel closest {Query} near my hotel` `Query` being of AMAZON.SearchQuery type. Is this possible?
Added code to make slots optional by adding a "+" to the beginning and end of of desired slot name. For example: {+OPTIONALSLOT+|}
I'd like to be able to provide something like "turn {thing,on}" to receive both "turn thing on" and "turn on thing". Any thoughts on that? (i might even be able...
Nested groups are valuable when alternating pronouns or articles of speech in an utterance. For example: ``` (The best|(A|My) favorite) movie is {Movie} ``` should expand to: ``` The best...
**Missing Feature:** Repo is missing a PR template. **New Feature:** PR template added. --- **Doneness:** - [x] Be awesome for submitting a PR - [x] [CONTRIBUTING reviewed](https://github.com/alexa-js/alexa-utterances/blob/master/CONTRIBUTING.md) - [ ]...