In this quickstart, use an available public LUIS app to determine a user's intention from conversational text. Send the user's intention as text to the public app's HTTP prediction endpoint. At the endpoint, LUIS applies the public app's model to analyze the natural language text for meaning, determining overall intent and extracting data relevant to the app's subject domain.
This quickstart uses the endpoint REST API. Refer to the endpoint API documentation for more information.
For this article, you need a free LUIS account.