Class LUISAuthoringManager


  • public class LUISAuthoringManager
    extends Object
    Entry point to Azure Cognitive Services Language Understanding (LUIS) Authoring manager.
    • Constructor Detail

      • LUISAuthoringManager

        public LUISAuthoringManager()
    • Method Detail

      • authenticate

        public static LUISAuthoringClient authenticate​(EndpointAPI endpointAPI,
                                                       String luisAuthoringKey)
        Initializes an instance of Language Understanding (LUIS) Authoring API client.
        Parameters:
        endpointAPI - the endpoint API
        luisAuthoringKey - the Language Understanding (LUIS) Authoring API key (see https://www.luis.ai)
        Returns:
        the Language Understanding Authoring API client
      • authenticate

        public static LUISAuthoringClient authenticate​(String baseUrl,
                                                       String luisAuthoringKey)
        Initializes an instance of Language Understanding (LUIS) Authoring API client.
        Parameters:
        baseUrl - the base URL of the service
        luisAuthoringKey - the Language Understanding (LUIS) Authoring API key (see https://www.luis.ai)
        Returns:
        the Language Understanding (LUIS) Authoring API client
      • authenticate

        public static LUISAuthoringClient authenticate​(EndpointAPI endpointAPI,
                                                       com.microsoft.rest.credentials.ServiceClientCredentials credentials)
        Initializes an instance of Language Understanding (LUIS) Authoring API client.
        Parameters:
        endpointAPI - the endpoint API
        credentials - the management credentials for Azure
        Returns:
        the Language Understanding (LUIS) Authoring API client
      • authenticate

        public static LUISAuthoringClient authenticate​(String baseUrl,
                                                       com.microsoft.rest.credentials.ServiceClientCredentials credentials)
        Initializes an instance of Language Understanding (LUIS) Authoring API client.
        Parameters:
        baseUrl - the base URL of the service
        credentials - the management credentials for Azure
        Returns:
        the Language Understanding (LUIS) Authoring API client
      • authenticate

        public static LUISAuthoringClient authenticate​(com.microsoft.rest.RestClient restClient)
        Initializes an instance of Language Understanding (LUIS) Authoring API client.
        Parameters:
        restClient - the REST client to connect to Azure.
        Returns:
        the Language Understanding (LUIS) Authoring API client