UNPKG

msbot

Version:

MSBot command line tool for manipulating Microsoft Bot Framework .bot files

56 lines (55 loc) 1.9 kB
{ "name": "contoso-cafe-bot", "description": "", "version": "2.0", "secretKey": "", "services": [ { "type": "endpoint", "name": "development", "id": "http://localhost:3980/api/messages", "appId": "", "appPassword": "", "endpoint": "http://localhost:3980/api/messages" }, { "type": "luis", "id": "60", "name": "cafeDispatchModel", "version": "0.1", "appId": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "authoringKey": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "subscriptionKey": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "region": "westus" }, { "type": "luis", "id": "235", "name": "cafeBotBookTableTurnN", "version": "0.1", "appId": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "authoringKey": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "subscriptionKey": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "region": "westus" }, { "type": "qna", "id": "163", "name": "cafeFaqChitChat", "kbId": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "subscriptionKey": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "endpointKey": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "hostname": "https://contosocafeqna85b8.azurewebsites.net/qnamaker" }, { "type": "luis", "id": "111", "name": "getUserProfile", "version": "0.1", "appId": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "authoringKey": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "subscriptionKey": "91072cbd-b655-4539-b0a6-4c4397cb62a2", "region": "westus" } ] }