Package | Description |
---|---|
com.xatkit.core |
Contains the core components of the Xatkit framework.
|
com.xatkit.core.recognition |
Contains the abstract classes to implement to provide custom intent recognition.
|
com.xatkit.core.recognition.dialogflow |
An intent recognition provider implementation for the DialogFlow platform.
|
com.xatkit.core.recognition.regex |
Modifier and Type | Method and Description |
---|---|
IntentRecognitionProvider |
XatkitCore.getIntentRecognitionProvider()
Returns the underlying
IntentRecognitionProvider . |
Modifier and Type | Method and Description |
---|---|
static IntentRecognitionProvider |
IntentRecognitionProviderFactory.getIntentRecognitionProvider(XatkitCore xatkitCore,
Configuration configuration)
Returns the
IntentRecognitionProvider matching the provided configuration . |
Modifier and Type | Class and Description |
---|---|
class |
DialogFlowApi
A concrete wrapper for the DialogFlow API client.
|
Modifier and Type | Class and Description |
---|---|
class |
RegExIntentRecognitionProvider
A default
IntentRecognitionProvider that relies on RegExp to match user inputs. |
Copyright © 2020 SOM Research Lab. All rights reserved.