Actions
Every step should contain Actions, because step without actions is obviously useless. Usually steps continue to execute one after another. This process stops only on getInput
action.
BotTalk introduces several actions that come bundled-up. Those are called built-in actions.
Additionally, every developer can extend BotTalk with her own actions, by creating BotTalk Plugins.