This repository was archived by the owner on Oct 2, 2023. It is now read-only.
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Open
Description
Feature Request
Documentation for alternation within "say" command.
This one is a very nice feature. I described a similar technique in a blog post which I often use in my non-litexa skills: https://github.com/fboerncke/alexa-unwrap-text-variations
Current Litexa Version
litexa 0.7.1
Desired Behavior
Now as this is not obvious but very useful the Litexa documentation might make explicit that alternations within Litexa may be nested like:
say "(Alpha (Delta|Gammy|Iota)|Epsilon (Kappa|Lambda) |Beta) test."
Just a thought.