KayLerch / alexa-utterance-generator

Use this tool if you'd like to generate hundreds and thousands of variant utterances for your Alexa skills.
Apache License 2.0
83 stars 11 forks source link

Slots in placeholder values #10

Open rdeoliveira opened 4 years ago

rdeoliveira commented 4 years ago

Thanks for this great tool!

I wonder if it's possible (and how to) add slots in placeholder values. E.g.:

Intent: I want {object}

{object}:
a {{product:product}}
{{number:AMAZON.NUMBER}} {{product:product}}

So output samples are:

I want a {product}
I want {number} {product}