com.microsoft.azure.cognitiveservices.language.luis.runtime

This package contains the classes for LuisRuntimeAPI.

Classes

EndpointAPI

Defines values for LUIS endpoint API.

LuisRuntimeManager

Entry point to Azure Cognitive Services Language Understanding (LUIS) Runtime manager.

Interfaces

LuisRuntimeAPI

The interface for LuisRuntimeAPI class.

Predictions

An instance of this class provides access to all the operations defined in Predictions.

Predictions.PredictionsResolveDefinition

The entirety of resolve definition.

Predictions.PredictionsResolveDefinitionStages

Grouping of resolve definition stages.

Predictions.PredictionsResolveDefinitionStages.WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Predictions.PredictionsResolveDefinitionStages.WithAppId

The stage of the definition to be specify appId.

Predictions.PredictionsResolveDefinitionStages.WithExecute

The last stage of the definition which will make the operation call.

Predictions.PredictionsResolveDefinitionStages.WithQuery

The stage of the definition to be specify query.