Endpoints per intent
It would be VERY helpful if each intent within a skill can have its own endpoint.
If you have a company that wants several intents under the one skill, but each intent is really quite seperate functionality, you want to be able to call a different endpoint for each intent so that you can have some sanity over your code organisation.
Either an web hook per intent, or a lambda per intent.
Currently you have to but a stack of unrelated code (different intents) into the same lambda.
2
votes
