{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-cognitiveservices-luis-runtime","description":"LUIS Runtime Client","version":"2.0","base_url":"","endpoints":2,"raw":"@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"}