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