{"files":{"SKILL.md":"---\nname: luis-runtime-client\ndescription: \"LUIS Runtime Client API skill. Use when working with LUIS Runtime Client for apps. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# LUIS Runtime Client\nAPI version: 2.0\n\n## Auth\nApiKey Ocp-Apim-Subscription-Key in header\n\n## Base URL\nNot specified.\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /apps/{appId} -- gets predictions for a given utterance, in the form of intents and entities. the current maximum query size is 500 characters.\n3. POST /apps/{appId} -- create first app\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Apps\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /apps/{appId} | Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters. |\n| POST | /apps/{appId} | Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get app details?\" -> GET /apps/{appId}\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api LUIS Runtime Client\n@version 2.0\n@auth ApiKey Ocp-Apim-Subscription-Key in header\n@endpoints 2\n@toc apps(2)\n\n@endpoint GET /apps/{appId}\n@desc Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.\n@required {appId: any # The LUIS application ID (guid)., q: any # The utterance to predict.}\n@optional {timezoneOffset: any # The timezone offset for the location of the request., verbose: any # If true, return all intents instead of just the top scoring intent., staging: any # Use the staging endpoint slot., spellCheck: any # Enable spell checking., bing-spell-check-subscription-key: any # The subscription key to use when enabling Bing spell check, log: any # Log query (default is true)}\n@returns(200) Prediction, based on the input query, containing intent(s) and entities.\n\n@endpoint POST /apps/{appId}\n@desc Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.\n@required {appId: any # The LUIS application ID (Guid)., q: str # The utterance to predict.}\n@optional {timezoneOffset: any # The timezone offset for the location of the request., verbose: any # If true, return all intents instead of just the top scoring intent., staging: any # Use the staging endpoint slot., spellCheck: any # Enable spell checking., bing-spell-check-subscription-key: any # The subscription key to use when enabling Bing spell check, log: any # Log query (default is true)}\n@returns(200) Prediction, based on the input query, containing intent(s) and entities.\n\n@end\n"}}