See: Description
| Class | Description |
|---|---|
| EventInstanceBuilder |
A fluent
EventInstance builder. |
| IntentRecognitionHelper |
A helper class that provides method to extract intents from input text.
|
| JsonEventMatcher |
A matcher that creates
EventInstances from Json webhook calls. |
| JsonEventMatcher.FieldValue |
A pair representing a field value to match.
|
| JsonEventMatcher.HeaderValue |
A pair representing a
Header value to match. |
| RuntimeEventProvider<T extends RuntimePlatform> |
An abstract class representing user input providers.
|
| WebhookEventProvider<T extends RuntimePlatform,H extends RestHandler> |
A specialised
RuntimeEventProvider that handles Rest requests sent by the XatkitServer. |
This package contains utility classes to implement intent providers (i.e. providers relying on a intent recognition platform), as well as event providers (receiving and processing external events). These classes are implemented by the Xatkit plugins, and dynamically instantiated by the core components.
com.xatkit.core,
com.xatkit.pluginsCopyright © 2020 SOM Research Lab. All rights reserved.