Simple processor

This is the bread and butter of your interaction with the user. Use filters to react to what the user says, and respond accordingly.

When to use?

This is the main way you can interact with the user's input. Filter out Intents and execute elements in the OK flow.

How to use:

  1. In the Request filters container, add an Intent filter element with either a Convo Intent reader or Platform Intent reader, depending on what you need.
  2. In the OK flow, add elements to be executed if your filter has been matched against.