{ "uuid": "862b94d6-47e6-4a3b-979c-3a406a88a913", "lastMigration": 29, "name": "Language Understanding Intelligent Service (LUIS) Endpoint API for running predictions and extracting user intentions and entities from utterances.", "endpointPrefix": "luis/v2.0/apps", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "dbef34a1-725f-447a-900b-f763655430dc", "documentation": "Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.", "method": "get", "endpoint": ":appId", "responses": [ { "uuid": "bc0319b3-7006-4cd8-b4ff-88539c953417", "body": "{\n \"alteredQuery\": \"\",\n \"compositeEntities\": [\n {\n \"children\": [\n {\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"parentType\": \"\",\n \"value\": \"\"\n }\n ],\n \"entities\": [\n {\n \"endIndex\": {{faker 'number.int' max=99999}},\n \"entity\": \"\",\n \"startIndex\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"intents\": [\n {\n \"intent\": \"\",\n \"score\": {{faker 'number.int' max=99999}}\n }\n ],\n \"query\": \"\",\n \"sentimentAnalysis\": {\n \"label\": \"\",\n \"score\": {{faker 'number.int' max=99999}}\n },\n \"topScoringIntent\": {\n \"intent\": \"\",\n \"score\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Prediction, based on the input query, containing intent(s) and entities.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6034a6bf-17c5-4b13-a8f5-1e2fabdf7b4b", "body": "{\n \"message\": \"\",\n \"statusCode\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a93655c2-f20e-4fb7-8f59-edd45afc5f03", "documentation": "Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.", "method": "post", "endpoint": ":appId", "responses": [ { "uuid": "2238d5fe-714e-469a-900c-05249bd7a20d", "body": "{\n \"alteredQuery\": \"\",\n \"compositeEntities\": [\n {\n \"children\": [\n {\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"parentType\": \"\",\n \"value\": \"\"\n }\n ],\n \"entities\": [\n {\n \"endIndex\": {{faker 'number.int' max=99999}},\n \"entity\": \"\",\n \"startIndex\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"intents\": [\n {\n \"intent\": \"\",\n \"score\": {{faker 'number.int' max=99999}}\n }\n ],\n \"query\": \"\",\n \"sentimentAnalysis\": {\n \"label\": \"\",\n \"score\": {{faker 'number.int' max=99999}}\n },\n \"topScoringIntent\": {\n \"intent\": \"\",\n \"score\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Prediction, based on the input query, containing intent(s) and entities.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f8966cda-7f0e-4c7e-837f-bf8a6a845cd1", "body": "{\n \"message\": \"\",\n \"statusCode\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "dbef34a1-725f-447a-900b-f763655430dc" }, { "type": "route", "uuid": "a93655c2-f20e-4fb7-8f59-edd45afc5f03" } ] }