com.microsoft.azure.cognitiveservices.language.luis.runtime.models
This package contains the models classes for LuisRuntimeAPI.
Classes
| APIError |
Error information returned by the API. |
| APIErrorException |
Exception thrown for an invalid response with APIError information. |
| CompositeChildModel |
Child entity in a LUIS Composite Entity. |
| CompositeEntityModel |
LUIS Composite Entity. |
| EntityModel |
An entity extracted from the utterance. |
| EntityWithResolution |
The EntityWithResolution model. |
| EntityWithScore |
The EntityWithScore model. |
| IntentModel |
An intent detected from the utterance. |
| LuisResult |
Prediction, based on the input query, containing intent(s) and entities. |
| ResolveOptionalParameter |
The ResolveOptionalParameter model. |
| Sentiment |
Sentiment of the input utterance. |
Enums
| AzureRegions |
Defines values for AzureRegions. |