Package | Description |
---|---|
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 |
---|---|
abstract RecognitionMonitor |
IntentRecognitionProvider.getRecognitionMonitor()
Returns the
RecognitionMonitor associated to this intent recognition provider. |
Modifier and Type | Method and Description |
---|---|
RecognitionMonitor |
DialogFlowApi.getRecognitionMonitor()
Returns the
RecognitionMonitor associated to this intent recognition provider. |
Constructor and Description |
---|
DialogFlowApi(XatkitCore xatkitCore,
Configuration configuration,
RecognitionMonitor recognitionMonitor)
Constructs a
DialogFlowApi with the provided configuration . |
Modifier and Type | Method and Description |
---|---|
RecognitionMonitor |
RegExIntentRecognitionProvider.getRecognitionMonitor()
Returns the
RecognitionMonitor associated to this intent recognition provider. |
Constructor and Description |
---|
RegExIntentRecognitionProvider(Configuration configuration,
RecognitionMonitor recognitionMonitor)
Constructs a
RegExIntentRecognitionProvider with the provided configuration . |
Copyright © 2020 SOM Research Lab. All rights reserved.