Marvinen_Dispatch.dispatch created ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\LU\en\General.luis' LUIS Command Line Interface - © 2018 Microsoft Corporation Imports an application to LUIS, the application's structure should be included in in the request body. Usage: luis import application --in jSONApp.json --appName Command arguments are: --in (required) The object to send in the body of the request { "intents": [ { "name": "Greeting" } ], "entities": [ { "name": "userName", "roles": [] } ], "composites": [], "closedLists": [], "regex_entities": [], "model_features": [], "regex_features": [], "utterances": [ { "text": "Hi", "intent": "Greeting", "entities": [] } ], "patterns": [], "patternAnyEntities": [], "prebuiltEntities": [], "luis_schema_version": "3.0.0", "versionId": "0.1", "name": "test1", "desc": "", "culture": "en-us" } --appName The application name to create. If not specified, the application name will be read from the imported object. --msbot (OPTIONAL) Format the output as json for piping into msbot connect luis command Configuration and Overrides: --appId Specifies the public LUIS application id. Overrides the .luisrc value and the LUIS_APP_ID environment variable. --authoringKey Specifies the LUIS authoring key (from luis.ai portal user settings page). Overrides the .luisrc value and the LUIS_AUTHORING_KEY environment variable. --subscriptionK… Specifies the LUIS subscriptionKey. Overrides the .luisrc value and the LUIS_SUBSCRIPTION_KEY environment variable. --versionId Specifies the version id. Overrides the .luisrc value and the LUIS_VERSION_ID environment variable. --region Specifies the authoring region for all requests. [westus|westeurope|australiaeast] Overrides the .luisrc value and the LUIS_REGION environment variable. --cloud Specifies the cloud region for all requests. [com|us] Overrides the .luisrc value and the LUIS_CLOUD environment variable. --stdin Pull in service keys from stdin in the format of that is the output of: msbot get service --prefix Appends [luis-apis] prefix to all messages Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Error: ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\QnA\en\Chitchat.qna' QnA Maker Command line interface - © 2018 Microsoft Corporation Create a new knowledgebase Usage: qnamaker create kb --in createKbPayload.json --name [--wait] Command arguments are: --in CreateKbDTO.json The CreateKbDTO object to send in the body of the request { "name": "QnA Maker FAQ", "qnaList": [ { "id": 0, "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitl… "source": "Custom Editorial", "questions": [ "How can I change the default message from QnA Maker?" ], "metadata": [] }, { "id": 0, "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa", "source": "Custom Editorial", "questions": [ "How do I programmatically update my KB?" ], "metadata": [ { "name": "category", "value": "api" } ] } ], "urls": [ "https://docs.microsoft.com/en-in/azure/cognitive-services/qnamaker/faqs", "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq" ], "files": [ { "fileName": "SurfaceManual.pdf", "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf" } ] } --name name of the kb you want to create --wait Wait for the operation to complete --msbot (OPTIONAL) Format the output as json for piping into msbot connect qna command Configuration and Overrides: --subscriptionKey Specifies the qnamaker subscription key/access keys (found on the Cognitive Services Azure portal page under "access keys"). Overrides the .qnamakerrc value and the QNAMAKER_SUBSCRIPTION_KEY environment variable. --hostname Specifies the url for your private QnA service. Overrides the .qnamakerrc value and the QNAMAKER_HOSTNAME environment variable. --endpointKey Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal user settings page). Overrides the .qnamakerrc value and the QNAMAKER_ENDPOINTKEY environment variable. --kbId Specifies the active qnamaker knowledgebase id. Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. --stdin Specifies qnamaker configuration is being passed via stdin. (Example: output of msbot get service) Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Error: ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\QnA\en\Chitchat.qna' QnA Maker Command line interface - © 2018 Microsoft Corporation Create a new knowledgebase Usage: qnamaker create kb --in createKbPayload.json --name [--wait] Command arguments are: --in CreateKbDTO.json The CreateKbDTO object to send in the body of the request { "name": "QnA Maker FAQ", "qnaList": [ { "id": 0, "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitl… "source": "Custom Editorial", "questions": [ "How can I change the default message from QnA Maker?" ], "metadata": [] }, { "id": 0, "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa", "source": "Custom Editorial", "questions": [ "How do I programmatically update my KB?" ], "metadata": [ { "name": "category", "value": "api" } ] } ], "urls": [ "https://docs.microsoft.com/en-in/azure/cognitive-services/qnamaker/faqs", "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq" ], "files": [ { "fileName": "SurfaceManual.pdf", "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf" } ] } --name name of the kb you want to create --wait Wait for the operation to complete --msbot (OPTIONAL) Format the output as json for piping into msbot connect qna command Configuration and Overrides: --subscriptionKey Specifies the qnamaker subscription key/access keys (found on the Cognitive Services Azure portal page under "access keys"). Overrides the .qnamakerrc value and the QNAMAKER_SUBSCRIPTION_KEY environment variable. --hostname Specifies the url for your private QnA service. Overrides the .qnamakerrc value and the QNAMAKER_HOSTNAME environment variable. --endpointKey Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal user settings page). Overrides the .qnamakerrc value and the QNAMAKER_ENDPOINTKEY environment variable. --kbId Specifies the active qnamaker knowledgebase id. Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. --stdin Specifies qnamaker configuration is being passed via stdin. (Example: output of msbot get service) Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Error: ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\QnA\en\Chitchat.qna' QnA Maker Command line interface - © 2018 Microsoft Corporation Create a new knowledgebase Usage: qnamaker create kb --in createKbPayload.json --name [--wait] Command arguments are: --in CreateKbDTO.json The CreateKbDTO object to send in the body of the request { "name": "QnA Maker FAQ", "qnaList": [ { "id": 0, "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitl… "source": "Custom Editorial", "questions": [ "How can I change the default message from QnA Maker?" ], "metadata": [] }, { "id": 0, "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa", "source": "Custom Editorial", "questions": [ "How do I programmatically update my KB?" ], "metadata": [ { "name": "category", "value": "api" } ] } ], "urls": [ "https://docs.microsoft.com/en-in/azure/cognitive-services/qnamaker/faqs", "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq" ], "files": [ { "fileName": "SurfaceManual.pdf", "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf" } ] } --name name of the kb you want to create --wait Wait for the operation to complete --msbot (OPTIONAL) Format the output as json for piping into msbot connect qna command Configuration and Overrides: --subscriptionKey Specifies the qnamaker subscription key/access keys (found on the Cognitive Services Azure portal page under "access keys"). Overrides the .qnamakerrc value and the QNAMAKER_SUBSCRIPTION_KEY environment variable. --hostname Specifies the url for your private QnA service. Overrides the .qnamakerrc value and the QNAMAKER_HOSTNAME environment variable. --endpointKey Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal user settings page). Overrides the .qnamakerrc value and the QNAMAKER_ENDPOINTKEY environment variable. --kbId Specifies the active qnamaker knowledgebase id. Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. --stdin Specifies qnamaker configuration is being passed via stdin. (Example: output of msbot get service) Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Error: ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\QnA\en\Chitchat.qna' QnA Maker Command line interface - © 2018 Microsoft Corporation Create a new knowledgebase Usage: qnamaker create kb --in createKbPayload.json --name [--wait] Command arguments are: --in CreateKbDTO.json The CreateKbDTO object to send in the body of the request { "name": "QnA Maker FAQ", "qnaList": [ { "id": 0, "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitl… "source": "Custom Editorial", "questions": [ "How can I change the default message from QnA Maker?" ], "metadata": [] }, { "id": 0, "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa", "source": "Custom Editorial", "questions": [ "How do I programmatically update my KB?" ], "metadata": [ { "name": "category", "value": "api" } ] } ], "urls": [ "https://docs.microsoft.com/en-in/azure/cognitive-services/qnamaker/faqs", "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq" ], "files": [ { "fileName": "SurfaceManual.pdf", "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf" } ] } --name name of the kb you want to create --wait Wait for the operation to complete --msbot (OPTIONAL) Format the output as json for piping into msbot connect qna command Configuration and Overrides: --subscriptionKey Specifies the qnamaker subscription key/access keys (found on the Cognitive Services Azure portal page under "access keys"). Overrides the .qnamakerrc value and the QNAMAKER_SUBSCRIPTION_KEY environment variable. --hostname Specifies the url for your private QnA service. Overrides the .qnamakerrc value and the QNAMAKER_HOSTNAME environment variable. --endpointKey Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal user settings page). Overrides the .qnamakerrc value and the QNAMAKER_ENDPOINTKEY environment variable. --kbId Specifies the active qnamaker knowledgebase id. Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. --stdin Specifies qnamaker configuration is being passed via stdin. (Example: output of msbot get service) Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Error: ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\QnA\en\Faq.qna' QnA Maker Command line interface - © 2018 Microsoft Corporation Create a new knowledgebase Usage: qnamaker create kb --in createKbPayload.json --name [--wait] Command arguments are: --in CreateKbDTO.json The CreateKbDTO object to send in the body of the request { "name": "QnA Maker FAQ", "qnaList": [ { "id": 0, "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitl… "source": "Custom Editorial", "questions": [ "How can I change the default message from QnA Maker?" ], "metadata": [] }, { "id": 0, "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa", "source": "Custom Editorial", "questions": [ "How do I programmatically update my KB?" ], "metadata": [ { "name": "category", "value": "api" } ] } ], "urls": [ "https://docs.microsoft.com/en-in/azure/cognitive-services/qnamaker/faqs", "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq" ], "files": [ { "fileName": "SurfaceManual.pdf", "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf" } ] } --name name of the kb you want to create --wait Wait for the operation to complete --msbot (OPTIONAL) Format the output as json for piping into msbot connect qna command Configuration and Overrides: --subscriptionKey Specifies the qnamaker subscription key/access keys (found on the Cognitive Services Azure portal page under "access keys"). Overrides the .qnamakerrc value and the QNAMAKER_SUBSCRIPTION_KEY environment variable. --hostname Specifies the url for your private QnA service. Overrides the .qnamakerrc value and the QNAMAKER_HOSTNAME environment variable. --endpointKey Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal user settings page). Overrides the .qnamakerrc value and the QNAMAKER_ENDPOINTKEY environment variable. --kbId Specifies the active qnamaker knowledgebase id. Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. --stdin Specifies qnamaker configuration is being passed via stdin. (Example: output of msbot get service) Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Error: ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\QnA\en\Faq.qna' QnA Maker Command line interface - © 2018 Microsoft Corporation Create a new knowledgebase Usage: qnamaker create kb --in createKbPayload.json --name [--wait] Command arguments are: --in CreateKbDTO.json The CreateKbDTO object to send in the body of the request { "name": "QnA Maker FAQ", "qnaList": [ { "id": 0, "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitl… "source": "Custom Editorial", "questions": [ "How can I change the default message from QnA Maker?" ], "metadata": [] }, { "id": 0, "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa", "source": "Custom Editorial", "questions": [ "How do I programmatically update my KB?" ], "metadata": [ { "name": "category", "value": "api" } ] } ], "urls": [ "https://docs.microsoft.com/en-in/azure/cognitive-services/qnamaker/faqs", "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq" ], "files": [ { "fileName": "SurfaceManual.pdf", "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf" } ] } --name name of the kb you want to create --wait Wait for the operation to complete --msbot (OPTIONAL) Format the output as json for piping into msbot connect qna command Configuration and Overrides: --subscriptionKey Specifies the qnamaker subscription key/access keys (found on the Cognitive Services Azure portal page under "access keys"). Overrides the .qnamakerrc value and the QNAMAKER_SUBSCRIPTION_KEY environment variable. --hostname Specifies the url for your private QnA service. Overrides the .qnamakerrc value and the QNAMAKER_HOSTNAME environment variable. --endpointKey Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal user settings page). Overrides the .qnamakerrc value and the QNAMAKER_ENDPOINTKEY environment variable. --kbId Specifies the active qnamaker knowledgebase id. Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. --stdin Specifies qnamaker configuration is being passed via stdin. (Example: output of msbot get service) Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Error: ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\QnA\en\Faq.qna' QnA Maker Command line interface - © 2018 Microsoft Corporation Create a new knowledgebase Usage: qnamaker create kb --in createKbPayload.json --name [--wait] Command arguments are: --in CreateKbDTO.json The CreateKbDTO object to send in the body of the request { "name": "QnA Maker FAQ", "qnaList": [ { "id": 0, "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitl… "source": "Custom Editorial", "questions": [ "How can I change the default message from QnA Maker?" ], "metadata": [] }, { "id": 0, "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa", "source": "Custom Editorial", "questions": [ "How do I programmatically update my KB?" ], "metadata": [ { "name": "category", "value": "api" } ] } ], "urls": [ "https://docs.microsoft.com/en-in/azure/cognitive-services/qnamaker/faqs", "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq" ], "files": [ { "fileName": "SurfaceManual.pdf", "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf" } ] } --name name of the kb you want to create --wait Wait for the operation to complete --msbot (OPTIONAL) Format the output as json for piping into msbot connect qna command Configuration and Overrides: --subscriptionKey Specifies the qnamaker subscription key/access keys (found on the Cognitive Services Azure portal page under "access keys"). Overrides the .qnamakerrc value and the QNAMAKER_SUBSCRIPTION_KEY environment variable. --hostname Specifies the url for your private QnA service. Overrides the .qnamakerrc value and the QNAMAKER_HOSTNAME environment variable. --endpointKey Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal user settings page). Overrides the .qnamakerrc value and the QNAMAKER_ENDPOINTKEY environment variable. --kbId Specifies the active qnamaker knowledgebase id. Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. --stdin Specifies qnamaker configuration is being passed via stdin. (Example: output of msbot get service) Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Error: ENOENT: no such file or directory, open 'D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\QnA\en\Faq.qna' QnA Maker Command line interface - © 2018 Microsoft Corporation Create a new knowledgebase Usage: qnamaker create kb --in createKbPayload.json --name [--wait] Command arguments are: --in CreateKbDTO.json The CreateKbDTO object to send in the body of the request { "name": "QnA Maker FAQ", "qnaList": [ { "id": 0, "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitl… "source": "Custom Editorial", "questions": [ "How can I change the default message from QnA Maker?" ], "metadata": [] }, { "id": 0, "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa", "source": "Custom Editorial", "questions": [ "How do I programmatically update my KB?" ], "metadata": [ { "name": "category", "value": "api" } ] } ], "urls": [ "https://docs.microsoft.com/en-in/azure/cognitive-services/qnamaker/faqs", "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq" ], "files": [ { "fileName": "SurfaceManual.pdf", "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf" } ] } --name name of the kb you want to create --wait Wait for the operation to complete --msbot (OPTIONAL) Format the output as json for piping into msbot connect qna command Configuration and Overrides: --subscriptionKey Specifies the qnamaker subscription key/access keys (found on the Cognitive Services Azure portal page under "access keys"). Overrides the .qnamakerrc value and the QNAMAKER_SUBSCRIPTION_KEY environment variable. --hostname Specifies the url for your private QnA service. Overrides the .qnamakerrc value and the QNAMAKER_HOSTNAME environment variable. --endpointKey Specifies the endpoint key for your private QnA service.(from qnamaker.ai portal user settings page). Overrides the .qnamakerrc value and the QNAMAKER_ENDPOINTKEY environment variable. --kbId Specifies the active qnamaker knowledgebase id. Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. --stdin Specifies qnamaker configuration is being passed via stdin. (Example: output of msbot get service) Overrides the .qnamakerrc value and the QNAMAKER_KBID environment variable. Global Arguments: --help, -h Prints this help file. --version, -v Prints the version of this cli tool --force, -f Do not prompt for confirmation, force the operation --! Dumps all documented commands to the console with descriptions Please add one or more services (Luis/QnA) using add command Please review your dispatch model in D:\Src\products\AutomatedSujay\AutomatedSujay\AutomatedSujay\Deployment\Resources\Dispatch\en\Summary.html