VoxaAI/voxa

The reply instruction should permit multiple values

Closed this issue · 0 comments

I should be able to return multiple view paths for the reply attribute in state handlers. This will allow re-using responses easier. This should be possible:

skill.onState(request => ({reply: ['A','B']}))

If the non-last elements are a tell or an ask, an exception should be thrown.