botpress / tutorial

Getting Started – Tutorial for Botpress X (https://botpress.io/docs/10.0/getting_started/)
7 stars 10 forks source link

Action must return a new state #6

Closed efleurine closed 5 years ago

efleurine commented 6 years ago

In https://botpress.io/docs/10.0/getting_started/trivia_actions/ it is said

The action itself must return a new state object.

Later in the doc we see if we are not altering state we do not have to return a new state, so may be we should soften the working or make it more precise in which case the action needs to return a new state.