OpenDialog interpreter
The default interpreter that comes out of the box with OpenDialog is useful primarily for button-driven or guided conversations.
The input from a user clicking a button is sent to the default interpreter, and the interpreter then matches it to an intent.
When it comes to natural language input however, we can’t use the default interpreter; instead we use a natural language interpreter as discussed in the next pages.
Last updated