Give us feedback
azure-luis-connector
Service icon

Azure LUIS Connector

Supported
Stable version 2.1.9 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 05 November 2021 by 
OutSystems
3.0
 (2 ratings)
azure-luis-connector

Azure LUIS Connector

Documentation
2.1.9

How to use this connector?

  1. Go to the LUIS homepage and sign in to access the portal. You can create and manage your LUIS applications in the portal.

  1. Put the Authoring Key of your LUIS account in the Site Property of the connector. Learn more about this key and where to find it.

  1. Go to the Azure Portal and create a Language Understanding resource. Since LUIS is part of Azure Cognitive Services, you can check how to create Cognitive Services resources.

  1. Assign your Language Understanding resource to your LUIS application. Learn how to assign the resource key to the LUIS app through the LUIS portal.

  2. If the region of your LUIS resource is different from "westus", do the following:

    1. In Service Center, go to the Integrations tab of the connector eSpace detail page, scroll to "Consumed REST APIs" and click on LUISEndpointAPI.

    2. Enter the Endpoint Base URL of your LUIS resource in the Effective URL text box. The base URL will be different according to the location of your LUIS resource. For example, for a resource created in West US, the base URL will be  https://westus.api.cognitive.microsoft.com/luis/v2.0/apps.

  1. Use the Endpoint Key of the assigned resource for authentication in the Server Actions within the LUISEndpointAPI folder.  Learn more about the Endpoint Key.

  1. Learn how to use this connector in your OutSystems applications.


Known limitations

This connector does not implement all the methods available in the LUIS Programmatic API v2.0.