Predictions Interface
public interface Predictions
An instance of this class provides access to all the operations defined in Predictions.
Method Summary
Modifier and Type | Method and Description |
---|---|
PredictionsResolveDefinitionStages.WithAppId |
resolve()
Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters. |
Luis |
resolve(String appId, String query, ResolveOptionalParameter resolveOptionalParameter)
Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters. |
Observable<Luis |
resolveAsync(String appId, String query, ResolveOptionalParameter resolveOptionalParameter)
Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters. |
Method Details
resolve
public PredictionsResolveDefinitionStages.WithAppId resolve()
Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.
Returns:
resolve
public LuisResult resolve(String appId, String query, ResolveOptionalParameter resolveOptionalParameter)
Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.
Parameters:
Returns:
Throws:
resolveAsync
public Observable
Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java