Re-Use/Cascading a base state for duplicated events
With many intents that share baseline handling intents (help,cancel,etc.) it would be nice to be able to define all these at a top level, and have specialized states cascade down. e.g. Define NewSession state with all the default handlers. In a new, specialized state, SpecialState, you only define those intents that are specific to that state, and any non defined events cascade down to NewSession state.
This would allow more simplified code, as well as the ability to better maintain consistency through out experience.
4
votes

Thanks a lot for posting this request. Your request has been received