| Interface | Description |
|---|---|
| EntityMatchable |
Implementation of this interface allow for custom Entity Matches in intents.
|
| IntentMatcherLoadable | |
| LanguageProcessable |
Implementation of this interface are able to process a message and result
the intent of a user.
|
| Class | Description |
|---|---|
| IntentMatcherLoader |
This loader give the ability to load the configuration into the
LanguageProcessor from a file.
|
| LanguageProcessor |
The Language Processor guesses the intent of a message based on it's
configuration.
|
Copyright © 2016. All rights reserved.