LuisRuntimeManager Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. LuisRuntimeManager
- com.
public class LuisRuntimeManager
Entry point to Azure Cognitive Services Language Understanding (LUIS) Runtime manager.
Method Summary
Modifier and Type | Method and Description |
---|---|
Luis |
authenticate(EndpointAPI endpointAPI, ServiceClientCredentials credentials)
Initializes an instance of Language Understanding (LUIS) Runtime API client. |
Luis |
authenticate(EndpointAPI endpointAPI, String luisAuthoringKey)
Initializes an instance of Language Understanding (LUIS) Runtime API client. |
Luis |
authenticate(RestClient restClient)
Initializes an instance of Language Understanding (LUIS) Runtime API client. |
Luis |
authenticate(String baseUrl, final String luisAuthoringKey)
Initializes an instance of Language Understanding (LUIS) Runtime API client. |
Luis |
authenticate(String baseUrl, ServiceClientCredentials credentials)
Initializes an instance of Language Understanding (LUIS) Runtime API client. |
Method Details
authenticate
public static LuisRuntimeAPI authenticate(EndpointAPI endpointAPI, ServiceClientCredentials credentials)
Initializes an instance of Language Understanding (LUIS) Runtime API client.
Parameters:
Returns:
authenticate
public static LuisRuntimeAPI authenticate(EndpointAPI endpointAPI, String luisAuthoringKey)
Initializes an instance of Language Understanding (LUIS) Runtime API client.
Parameters:
Returns:
authenticate
public static LuisRuntimeAPI authenticate(RestClient restClient)
Initializes an instance of Language Understanding (LUIS) Runtime API client.
Parameters:
Returns:
authenticate
public static LuisRuntimeAPI authenticate(String baseUrl, final String luisAuthoringKey)
Initializes an instance of Language Understanding (LUIS) Runtime API client.
Parameters:
Returns:
authenticate
public static LuisRuntimeAPI authenticate(String baseUrl, ServiceClientCredentials credentials)
Initializes an instance of Language Understanding (LUIS) Runtime API client.
Parameters:
Returns:
Applies to
Azure SDK for Java