From 9842e75d9f9e9e79d901ce026e84d3b414fab6dd Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 17:47:24 -0300 Subject: [PATCH 01/13] Archive JS 13.core-bot --- .../samples}/javascript_nodejs/13.core-bot/.env | 0 .../samples}/javascript_nodejs/13.core-bot/.eslintrc.js | 0 .../samples}/javascript_nodejs/13.core-bot/.gitignore | 3 +-- .../samples}/javascript_nodejs/13.core-bot/README-LUIS.md | 0 .../samples}/javascript_nodejs/13.core-bot/README.md | 0 .../javascript_nodejs/13.core-bot/bots/dialogAndWelcomeBot.js | 0 .../samples}/javascript_nodejs/13.core-bot/bots/dialogBot.js | 0 .../13.core-bot/bots/resources/welcomeCard.json | 0 .../13.core-bot/cognitiveModels/FlightBooking.json | 0 .../13.core-bot/deploymentScripts/linux/.deployment | 0 .../13.core-bot/deploymentScripts/linux/deploy.sh | 0 .../13.core-bot/deploymentScripts/windows/.deployment | 0 .../13.core-bot/deploymentScripts/windows/deploy.cmd | 0 .../parameters-for-template-AzureBot-with-rg.json | 0 .../parameters-for-template-BotApp-with-rg.json | 0 .../deploymentTemplates/deployUseExistResourceGroup/readme.md | 0 .../deployUseExistResourceGroup/template-AzureBot-with-rg.json | 0 .../deployUseExistResourceGroup/template-BotApp-with-rg.json | 0 .../parameters-for-template-AzureBot-new-rg.json | 0 .../parameters-for-template-BotApp-new-rg.json | 0 .../deploymentTemplates/deployWithNewResourceGroup/readme.md | 0 .../deployWithNewResourceGroup/template-AzureBot-new-rg.json | 0 .../deployWithNewResourceGroup/template-BotApp-new-rg.json | 0 .../parameters-for-template-AzureBot-with-rg.json | 0 .../parameters-for-template-BotApp-with-rg.json | 0 .../linux/deployUseExistResourceGroup/readme.md | 0 .../deployUseExistResourceGroup/template-AzureBot-with-rg.json | 0 .../deployUseExistResourceGroup/template-BotApp-with-rg.json | 0 .../parameters-for-template-AzureBot-new-rg.json | 0 .../parameters-for-template-BotApp-new-rg.json | 0 .../linux/deployWithNewResourceGroup/readme.md | 0 .../deployWithNewResourceGroup/template-AzureBot-new-rg.json | 0 .../deployWithNewResourceGroup/template-BotApp-new-rg.json | 0 .../javascript_nodejs/13.core-bot/dialogs/bookingDialog.js | 0 .../13.core-bot/dialogs/cancelAndHelpDialog.js | 0 .../13.core-bot/dialogs/dateResolverDialog.js | 0 .../13.core-bot/dialogs/flightBookingRecognizer.js | 0 .../javascript_nodejs/13.core-bot/dialogs/mainDialog.js | 0 .../samples}/javascript_nodejs/13.core-bot/index.js | 0 .../samples}/javascript_nodejs/13.core-bot/package.json | 0 .../samples}/javascript_nodejs/13.core-bot/tests/README.md | 0 .../13.core-bot/tests/bots/dialogAndWelcomeBot.test.js | 0 .../13.core-bot/tests/dialogs/bookingDialog.test.js | 0 .../13.core-bot/tests/dialogs/cancelAndHelpDialog.test.js | 0 .../13.core-bot/tests/dialogs/dateResolverDialog.test.js | 0 .../13.core-bot/tests/dialogs/mainDialog.test.js | 0 .../13.core-bot/tests/dialogs/testData/FlightFromCdgToJfk.json | 0 .../tests/dialogs/testData/FlightFromMadridToChicago.json | 0 .../tests/dialogs/testData/FlightFromParisToNewYork.json | 0 .../13.core-bot/tests/dialogs/testData/FlightToMadrid.json | 0 .../tests/dialogs/testData/bookingDialogTestCases.js | 0 .../tests/dialogs/testData/dateResolverTestCases.js | 0 52 files changed, 1 insertion(+), 2 deletions(-) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/.env (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/.eslintrc.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/.gitignore (67%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/README-LUIS.md (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/README.md (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/bots/dialogAndWelcomeBot.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/bots/dialogBot.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/bots/resources/welcomeCard.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentScripts/linux/.deployment (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentScripts/windows/.deployment (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/dialogs/bookingDialog.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/dialogs/cancelAndHelpDialog.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/dialogs/dateResolverDialog.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/dialogs/flightBookingRecognizer.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/dialogs/mainDialog.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/index.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/package.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/README.md (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/bots/dialogAndWelcomeBot.test.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/bookingDialog.test.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/cancelAndHelpDialog.test.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/dateResolverDialog.test.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/mainDialog.test.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromCdgToJfk.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromMadridToChicago.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromParisToNewYork.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightToMadrid.json (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/testData/bookingDialogTestCases.js (100%) rename {samples => archive/samples}/javascript_nodejs/13.core-bot/tests/dialogs/testData/dateResolverTestCases.js (100%) diff --git a/samples/javascript_nodejs/13.core-bot/.env b/archive/samples/javascript_nodejs/13.core-bot/.env similarity index 100% rename from samples/javascript_nodejs/13.core-bot/.env rename to archive/samples/javascript_nodejs/13.core-bot/.env diff --git a/samples/javascript_nodejs/13.core-bot/.eslintrc.js b/archive/samples/javascript_nodejs/13.core-bot/.eslintrc.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/.eslintrc.js rename to archive/samples/javascript_nodejs/13.core-bot/.eslintrc.js diff --git a/samples/javascript_nodejs/13.core-bot/.gitignore b/archive/samples/javascript_nodejs/13.core-bot/.gitignore similarity index 67% rename from samples/javascript_nodejs/13.core-bot/.gitignore rename to archive/samples/javascript_nodejs/13.core-bot/.gitignore index faf84ac400..1936195dcc 100644 --- a/samples/javascript_nodejs/13.core-bot/.gitignore +++ b/archive/samples/javascript_nodejs/13.core-bot/.gitignore @@ -1,4 +1,3 @@ node_modules/ .nyc_output/ -.vscode/ -.env \ No newline at end of file +.vscode/ \ No newline at end of file diff --git a/samples/javascript_nodejs/13.core-bot/README-LUIS.md b/archive/samples/javascript_nodejs/13.core-bot/README-LUIS.md similarity index 100% rename from samples/javascript_nodejs/13.core-bot/README-LUIS.md rename to archive/samples/javascript_nodejs/13.core-bot/README-LUIS.md diff --git a/samples/javascript_nodejs/13.core-bot/README.md b/archive/samples/javascript_nodejs/13.core-bot/README.md similarity index 100% rename from samples/javascript_nodejs/13.core-bot/README.md rename to archive/samples/javascript_nodejs/13.core-bot/README.md diff --git a/samples/javascript_nodejs/13.core-bot/bots/dialogAndWelcomeBot.js b/archive/samples/javascript_nodejs/13.core-bot/bots/dialogAndWelcomeBot.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/bots/dialogAndWelcomeBot.js rename to archive/samples/javascript_nodejs/13.core-bot/bots/dialogAndWelcomeBot.js diff --git a/samples/javascript_nodejs/13.core-bot/bots/dialogBot.js b/archive/samples/javascript_nodejs/13.core-bot/bots/dialogBot.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/bots/dialogBot.js rename to archive/samples/javascript_nodejs/13.core-bot/bots/dialogBot.js diff --git a/samples/javascript_nodejs/13.core-bot/bots/resources/welcomeCard.json b/archive/samples/javascript_nodejs/13.core-bot/bots/resources/welcomeCard.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/bots/resources/welcomeCard.json rename to archive/samples/javascript_nodejs/13.core-bot/bots/resources/welcomeCard.json diff --git a/samples/javascript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json b/archive/samples/javascript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json rename to archive/samples/javascript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentScripts/linux/.deployment b/archive/samples/javascript_nodejs/13.core-bot/deploymentScripts/linux/.deployment similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentScripts/linux/.deployment rename to archive/samples/javascript_nodejs/13.core-bot/deploymentScripts/linux/.deployment diff --git a/samples/javascript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh b/archive/samples/javascript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh rename to archive/samples/javascript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh diff --git a/samples/javascript_nodejs/13.core-bot/deploymentScripts/windows/.deployment b/archive/samples/javascript_nodejs/13.core-bot/deploymentScripts/windows/.deployment similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentScripts/windows/.deployment rename to archive/samples/javascript_nodejs/13.core-bot/deploymentScripts/windows/.deployment diff --git a/samples/javascript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd b/archive/samples/javascript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd rename to archive/samples/javascript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/javascript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/javascript_nodejs/13.core-bot/dialogs/bookingDialog.js b/archive/samples/javascript_nodejs/13.core-bot/dialogs/bookingDialog.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/dialogs/bookingDialog.js rename to archive/samples/javascript_nodejs/13.core-bot/dialogs/bookingDialog.js diff --git a/samples/javascript_nodejs/13.core-bot/dialogs/cancelAndHelpDialog.js b/archive/samples/javascript_nodejs/13.core-bot/dialogs/cancelAndHelpDialog.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/dialogs/cancelAndHelpDialog.js rename to archive/samples/javascript_nodejs/13.core-bot/dialogs/cancelAndHelpDialog.js diff --git a/samples/javascript_nodejs/13.core-bot/dialogs/dateResolverDialog.js b/archive/samples/javascript_nodejs/13.core-bot/dialogs/dateResolverDialog.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/dialogs/dateResolverDialog.js rename to archive/samples/javascript_nodejs/13.core-bot/dialogs/dateResolverDialog.js diff --git a/samples/javascript_nodejs/13.core-bot/dialogs/flightBookingRecognizer.js b/archive/samples/javascript_nodejs/13.core-bot/dialogs/flightBookingRecognizer.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/dialogs/flightBookingRecognizer.js rename to archive/samples/javascript_nodejs/13.core-bot/dialogs/flightBookingRecognizer.js diff --git a/samples/javascript_nodejs/13.core-bot/dialogs/mainDialog.js b/archive/samples/javascript_nodejs/13.core-bot/dialogs/mainDialog.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/dialogs/mainDialog.js rename to archive/samples/javascript_nodejs/13.core-bot/dialogs/mainDialog.js diff --git a/samples/javascript_nodejs/13.core-bot/index.js b/archive/samples/javascript_nodejs/13.core-bot/index.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/index.js rename to archive/samples/javascript_nodejs/13.core-bot/index.js diff --git a/samples/javascript_nodejs/13.core-bot/package.json b/archive/samples/javascript_nodejs/13.core-bot/package.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/package.json rename to archive/samples/javascript_nodejs/13.core-bot/package.json diff --git a/samples/javascript_nodejs/13.core-bot/tests/README.md b/archive/samples/javascript_nodejs/13.core-bot/tests/README.md similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/README.md rename to archive/samples/javascript_nodejs/13.core-bot/tests/README.md diff --git a/samples/javascript_nodejs/13.core-bot/tests/bots/dialogAndWelcomeBot.test.js b/archive/samples/javascript_nodejs/13.core-bot/tests/bots/dialogAndWelcomeBot.test.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/bots/dialogAndWelcomeBot.test.js rename to archive/samples/javascript_nodejs/13.core-bot/tests/bots/dialogAndWelcomeBot.test.js diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/bookingDialog.test.js b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/bookingDialog.test.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/bookingDialog.test.js rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/bookingDialog.test.js diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/cancelAndHelpDialog.test.js b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/cancelAndHelpDialog.test.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/cancelAndHelpDialog.test.js rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/cancelAndHelpDialog.test.js diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/dateResolverDialog.test.js b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/dateResolverDialog.test.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/dateResolverDialog.test.js rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/dateResolverDialog.test.js diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/mainDialog.test.js b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/mainDialog.test.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/mainDialog.test.js rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/mainDialog.test.js diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromCdgToJfk.json b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromCdgToJfk.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromCdgToJfk.json rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromCdgToJfk.json diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromMadridToChicago.json b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromMadridToChicago.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromMadridToChicago.json rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromMadridToChicago.json diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromParisToNewYork.json b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromParisToNewYork.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromParisToNewYork.json rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightFromParisToNewYork.json diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightToMadrid.json b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightToMadrid.json similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightToMadrid.json rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/FlightToMadrid.json diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/bookingDialogTestCases.js b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/bookingDialogTestCases.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/bookingDialogTestCases.js rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/bookingDialogTestCases.js diff --git a/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/dateResolverTestCases.js b/archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/dateResolverTestCases.js similarity index 100% rename from samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/dateResolverTestCases.js rename to archive/samples/javascript_nodejs/13.core-bot/tests/dialogs/testData/dateResolverTestCases.js From b67577205a64acfa75d11990ca1b5ad1274d13aa Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 17:49:17 -0300 Subject: [PATCH 02/13] Archive JS 21.corebot-app-insights --- .../samples}/javascript_nodejs/21.corebot-app-insights/.env | 0 .../javascript_nodejs/21.corebot-app-insights/.eslintrc.js | 0 .../javascript_nodejs/21.corebot-app-insights/.gitignore | 3 +-- .../javascript_nodejs/21.corebot-app-insights/README-LUIS.md | 0 .../javascript_nodejs/21.corebot-app-insights/README.md | 0 .../21.corebot-app-insights/bots/dialogAndWelcomeBot.js | 0 .../21.corebot-app-insights/bots/dialogBot.js | 0 .../21.corebot-app-insights/bots/resources/welcomeCard.json | 0 .../21.corebot-app-insights/cognitiveModels/FlightBooking.json | 0 .../parameters-for-template-AzureBot-with-rg.json | 0 .../parameters-for-template-BotApp-with-rg.json | 0 .../deploymentTemplates/deployUseExistResourceGroup/readme.md | 0 .../deployUseExistResourceGroup/template-AzureBot-with-rg.json | 0 .../deployUseExistResourceGroup/template-BotApp-with-rg.json | 0 .../parameters-for-template-AzureBot-new-rg.json | 0 .../parameters-for-template-BotApp-new-rg.json | 0 .../deploymentTemplates/deployWithNewResourceGroup/readme.md | 0 .../deployWithNewResourceGroup/template-AzureBot-new-rg.json | 0 .../deployWithNewResourceGroup/template-BotApp-new-rg.json | 0 .../21.corebot-app-insights/dialogs/bookingDialog.js | 0 .../21.corebot-app-insights/dialogs/cancelAndHelpDialog.js | 0 .../21.corebot-app-insights/dialogs/dateResolverDialog.js | 0 .../21.corebot-app-insights/dialogs/flightBookingRecognizer.js | 0 .../21.corebot-app-insights/dialogs/mainDialog.js | 0 .../javascript_nodejs/21.corebot-app-insights/index.js | 0 .../21.corebot-app-insights/models/errorViewModel.js | 0 .../javascript_nodejs/21.corebot-app-insights/package.json | 0 27 files changed, 1 insertion(+), 2 deletions(-) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/.env (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/.eslintrc.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/.gitignore (67%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/README-LUIS.md (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/README.md (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/bots/dialogAndWelcomeBot.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/bots/dialogBot.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/bots/resources/welcomeCard.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/cognitiveModels/FlightBooking.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/dialogs/bookingDialog.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/dialogs/cancelAndHelpDialog.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/dialogs/dateResolverDialog.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/dialogs/flightBookingRecognizer.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/dialogs/mainDialog.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/index.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/models/errorViewModel.js (100%) rename {samples => archive/samples}/javascript_nodejs/21.corebot-app-insights/package.json (100%) diff --git a/samples/javascript_nodejs/21.corebot-app-insights/.env b/archive/samples/javascript_nodejs/21.corebot-app-insights/.env similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/.env rename to archive/samples/javascript_nodejs/21.corebot-app-insights/.env diff --git a/samples/javascript_nodejs/21.corebot-app-insights/.eslintrc.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/.eslintrc.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/.eslintrc.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/.eslintrc.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/.gitignore b/archive/samples/javascript_nodejs/21.corebot-app-insights/.gitignore similarity index 67% rename from samples/javascript_nodejs/21.corebot-app-insights/.gitignore rename to archive/samples/javascript_nodejs/21.corebot-app-insights/.gitignore index faf84ac400..1936195dcc 100644 --- a/samples/javascript_nodejs/21.corebot-app-insights/.gitignore +++ b/archive/samples/javascript_nodejs/21.corebot-app-insights/.gitignore @@ -1,4 +1,3 @@ node_modules/ .nyc_output/ -.vscode/ -.env \ No newline at end of file +.vscode/ \ No newline at end of file diff --git a/samples/javascript_nodejs/21.corebot-app-insights/README-LUIS.md b/archive/samples/javascript_nodejs/21.corebot-app-insights/README-LUIS.md similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/README-LUIS.md rename to archive/samples/javascript_nodejs/21.corebot-app-insights/README-LUIS.md diff --git a/samples/javascript_nodejs/21.corebot-app-insights/README.md b/archive/samples/javascript_nodejs/21.corebot-app-insights/README.md similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/README.md rename to archive/samples/javascript_nodejs/21.corebot-app-insights/README.md diff --git a/samples/javascript_nodejs/21.corebot-app-insights/bots/dialogAndWelcomeBot.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/bots/dialogAndWelcomeBot.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/bots/dialogAndWelcomeBot.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/bots/dialogAndWelcomeBot.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/bots/dialogBot.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/bots/dialogBot.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/bots/dialogBot.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/bots/dialogBot.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/bots/resources/welcomeCard.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/bots/resources/welcomeCard.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/bots/resources/welcomeCard.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/bots/resources/welcomeCard.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/cognitiveModels/FlightBooking.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/cognitiveModels/FlightBooking.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/cognitiveModels/FlightBooking.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/cognitiveModels/FlightBooking.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/javascript_nodejs/21.corebot-app-insights/dialogs/bookingDialog.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/bookingDialog.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/dialogs/bookingDialog.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/bookingDialog.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/dialogs/cancelAndHelpDialog.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/cancelAndHelpDialog.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/dialogs/cancelAndHelpDialog.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/cancelAndHelpDialog.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/dialogs/dateResolverDialog.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/dateResolverDialog.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/dialogs/dateResolverDialog.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/dateResolverDialog.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/dialogs/flightBookingRecognizer.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/flightBookingRecognizer.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/dialogs/flightBookingRecognizer.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/flightBookingRecognizer.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/dialogs/mainDialog.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/mainDialog.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/dialogs/mainDialog.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/dialogs/mainDialog.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/index.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/index.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/index.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/index.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/models/errorViewModel.js b/archive/samples/javascript_nodejs/21.corebot-app-insights/models/errorViewModel.js similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/models/errorViewModel.js rename to archive/samples/javascript_nodejs/21.corebot-app-insights/models/errorViewModel.js diff --git a/samples/javascript_nodejs/21.corebot-app-insights/package.json b/archive/samples/javascript_nodejs/21.corebot-app-insights/package.json similarity index 100% rename from samples/javascript_nodejs/21.corebot-app-insights/package.json rename to archive/samples/javascript_nodejs/21.corebot-app-insights/package.json From 1c1d0a7882d38dbfc684cc69fdac8acd7d4afce9 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 17:51:59 -0300 Subject: [PATCH 03/13] Archive CS 13.core-bot samples --- .../Bots/DialogAndWelcomeBotTests.cs | 0 .../13.core-bot.tests/Bots/DialogBotTests.cs | 0 .../13.core-bot.tests/Common/BotTestBase.cs | 0 .../13.core-bot.tests/Common/README.md | 0 .../Common/SimpleMockFactory.cs | 0 .../Controllers/BotControllerTests.cs | 0 .../13.core-bot.tests/CoreBot.Tests.csproj | 0 .../Dialogs/BookingDialogTests.cs | 0 .../Dialogs/CancelAndHelpDialogTests.cs | 0 .../Dialogs/DateResolverDialogTests.cs | 0 .../Dialogs/MainDialogTests.cs | 0 .../Dialogs/TestData/BookingDialogTestCase.cs | 0 .../BookingDialogTestsDataGenerator.cs | 0 .../TestData/DateResolverDialogTestCase.cs | 0 .../DateResolverDialogTestsDataGenerator.cs | 0 .../Dialogs/TestData/FlightFromCdgToJfk.json | 0 .../TestData/FlightFromMadridToChicago.json | 0 .../TestData/FlightFromParisToNewYork.json | 0 .../Dialogs/TestData/FlightToMadrid.json | 0 .../Dialogs/TestData/README.md | 0 .../Properties/launchSettings.json | 0 .../13.core-bot.tests/README.md | 0 .../13.core-bot/AdapterWithErrorHandler.cs | 0 .../13.core-bot/BookingDetails.cs | 0 .../13.core-bot/Bots/DialogAndWelcomeBot.cs | 0 .../13.core-bot/Bots/DialogBot.cs | 0 .../13.core-bot/Cards/welcomeCard.json | 0 .../CognitiveModels/FlightBooking.cs | 0 .../CognitiveModels/FlightBooking.json | 0 .../CognitiveModels/FlightBookingEx.cs | 0 .../13.core-bot/Controllers/BotController.cs | 0 .../13.core-bot/CoreBot.csproj | 0 .../DeploymentScripts/Linux/.deployment | 0 .../DeploymentScripts/Linux/deploy.sh | 0 ...ameters-for-template-AzureBot-with-rg.json | 0 ...arameters-for-template-BotApp-with-rg.json | 0 .../DeployUseExistResourceGroup/readme.md | 0 .../template-AzureBot-with-rg.json | 0 .../template-BotApp-with-rg.json | 0 ...rameters-for-template-AzureBot-new-rg.json | 0 ...parameters-for-template-BotApp-new-rg.json | 0 .../DeployWithNewResourceGroup/readme.md | 0 .../template-AzureBot-new-rg.json | 0 .../template-BotApp-new-rg.json | 0 ...ameters-for-template-AzureBot-with-rg.json | 0 ...arameters-for-template-BotApp-with-rg.json | 0 .../deployUseExistResourceGroup/readme.md | 0 .../template-AzureBot-with-rg.json | 0 .../template-BotApp-with-rg.json | 0 ...rameters-for-template-AzureBot-new-rg.json | 0 ...parameters-for-template-BotApp-new-rg.json | 0 .../deployWithNewResourceGroup/readme.md | 0 .../template-AzureBot-new-rg.json | 0 .../template-BotApp-new-rg.json | 0 .../13.core-bot/Dialogs/BookingDialog.cs | 0 .../Dialogs/CancelAndHelpDialog.cs | 0 .../13.core-bot/Dialogs/DateResolverDialog.cs | 0 .../13.core-bot/Dialogs/MainDialog.cs | 0 .../13.core-bot/FlightBookingRecognizer.cs | 0 .../csharp_dotnetcore/13.core-bot/Program.cs | 0 .../Properties/launchSettings.json | 0 .../13.core-bot/README-LUIS.md | 0 .../csharp_dotnetcore/13.core-bot/README.md | 192 +++++++++--------- .../csharp_dotnetcore/13.core-bot/Startup.cs | 0 .../13.core-bot/appsettings.json | 18 +- .../13.core-bot/wwwroot/default.htm | 0 .../13.core-bot/appsettings.Development.json | 9 - 67 files changed, 105 insertions(+), 114 deletions(-) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Bots/DialogAndWelcomeBotTests.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Bots/DialogBotTests.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Common/BotTestBase.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Common/README.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Common/SimpleMockFactory.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Controllers/BotControllerTests.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/BookingDialogTests.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/CancelAndHelpDialogTests.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/DateResolverDialogTests.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/MainDialogTests.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestCase.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestsDataGenerator.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestCase.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestsDataGenerator.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromCdgToJfk.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromMadridToChicago.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromParisToNewYork.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightToMadrid.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/README.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/Properties/launchSettings.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot.tests/README.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/AdapterWithErrorHandler.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/BookingDetails.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Bots/DialogAndWelcomeBot.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Bots/DialogBot.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Cards/welcomeCard.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBookingEx.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Controllers/BotController.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/CoreBot.csproj (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/.deployment (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/deploy.sh (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Dialogs/BookingDialog.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Dialogs/CancelAndHelpDialog.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Dialogs/DateResolverDialog.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Dialogs/MainDialog.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/FlightBookingRecognizer.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Program.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Properties/launchSettings.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/README-LUIS.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/README.md (97%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/Startup.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/appsettings.json (95%) rename {samples => archive/samples}/csharp_dotnetcore/13.core-bot/wwwroot/default.htm (100%) delete mode 100644 samples/csharp_dotnetcore/13.core-bot/appsettings.Development.json diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Bots/DialogAndWelcomeBotTests.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Bots/DialogAndWelcomeBotTests.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Bots/DialogAndWelcomeBotTests.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Bots/DialogAndWelcomeBotTests.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Bots/DialogBotTests.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Bots/DialogBotTests.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Bots/DialogBotTests.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Bots/DialogBotTests.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Common/BotTestBase.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Common/BotTestBase.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Common/BotTestBase.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Common/BotTestBase.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Common/README.md b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Common/README.md similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Common/README.md rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Common/README.md diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Common/SimpleMockFactory.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Common/SimpleMockFactory.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Common/SimpleMockFactory.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Common/SimpleMockFactory.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Controllers/BotControllerTests.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Controllers/BotControllerTests.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Controllers/BotControllerTests.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Controllers/BotControllerTests.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj b/archive/samples/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/BookingDialogTests.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/BookingDialogTests.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/BookingDialogTests.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/BookingDialogTests.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/CancelAndHelpDialogTests.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/CancelAndHelpDialogTests.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/CancelAndHelpDialogTests.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/CancelAndHelpDialogTests.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/DateResolverDialogTests.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/DateResolverDialogTests.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/DateResolverDialogTests.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/DateResolverDialogTests.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/MainDialogTests.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/MainDialogTests.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/MainDialogTests.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/MainDialogTests.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestCase.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestCase.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestCase.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestCase.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestsDataGenerator.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestsDataGenerator.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestsDataGenerator.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/BookingDialogTestsDataGenerator.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestCase.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestCase.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestCase.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestCase.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestsDataGenerator.cs b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestsDataGenerator.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestsDataGenerator.cs rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/DateResolverDialogTestsDataGenerator.cs diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromCdgToJfk.json b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromCdgToJfk.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromCdgToJfk.json rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromCdgToJfk.json diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromMadridToChicago.json b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromMadridToChicago.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromMadridToChicago.json rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromMadridToChicago.json diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromParisToNewYork.json b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromParisToNewYork.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromParisToNewYork.json rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightFromParisToNewYork.json diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightToMadrid.json b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightToMadrid.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightToMadrid.json rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/FlightToMadrid.json diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/README.md b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/README.md similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/README.md rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Dialogs/TestData/README.md diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/Properties/launchSettings.json b/archive/samples/csharp_dotnetcore/13.core-bot.tests/Properties/launchSettings.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/Properties/launchSettings.json rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/Properties/launchSettings.json diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/README.md b/archive/samples/csharp_dotnetcore/13.core-bot.tests/README.md similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot.tests/README.md rename to archive/samples/csharp_dotnetcore/13.core-bot.tests/README.md diff --git a/samples/csharp_dotnetcore/13.core-bot/AdapterWithErrorHandler.cs b/archive/samples/csharp_dotnetcore/13.core-bot/AdapterWithErrorHandler.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/AdapterWithErrorHandler.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/AdapterWithErrorHandler.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/BookingDetails.cs b/archive/samples/csharp_dotnetcore/13.core-bot/BookingDetails.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/BookingDetails.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/BookingDetails.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Bots/DialogAndWelcomeBot.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Bots/DialogAndWelcomeBot.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Bots/DialogAndWelcomeBot.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Bots/DialogAndWelcomeBot.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Bots/DialogBot.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Bots/DialogBot.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Bots/DialogBot.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Bots/DialogBot.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Cards/welcomeCard.json b/archive/samples/csharp_dotnetcore/13.core-bot/Cards/welcomeCard.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Cards/welcomeCard.json rename to archive/samples/csharp_dotnetcore/13.core-bot/Cards/welcomeCard.json diff --git a/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.cs b/archive/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.json b/archive/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.json rename to archive/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBooking.json diff --git a/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBookingEx.cs b/archive/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBookingEx.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBookingEx.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/CognitiveModels/FlightBookingEx.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Controllers/BotController.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Controllers/BotController.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Controllers/BotController.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Controllers/BotController.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/CoreBot.csproj b/archive/samples/csharp_dotnetcore/13.core-bot/CoreBot.csproj similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/CoreBot.csproj rename to archive/samples/csharp_dotnetcore/13.core-bot/CoreBot.csproj diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/.deployment b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/.deployment similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/.deployment rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/.deployment diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/deploy.sh b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/deploy.sh similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/deploy.sh rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentScripts/Linux/deploy.sh diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/readme.md b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/readme.md similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/readme.md rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/readme.md diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/readme.md b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/readme.md similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/readme.md rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/readme.md diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/readme.md b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/readme.md similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/readme.md rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/readme.md diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/readme.md b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/readme.md similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/readme.md rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/readme.md diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/csharp_dotnetcore/13.core-bot/Dialogs/BookingDialog.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Dialogs/BookingDialog.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Dialogs/BookingDialog.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Dialogs/BookingDialog.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Dialogs/CancelAndHelpDialog.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Dialogs/CancelAndHelpDialog.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Dialogs/CancelAndHelpDialog.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Dialogs/CancelAndHelpDialog.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Dialogs/DateResolverDialog.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Dialogs/DateResolverDialog.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Dialogs/DateResolverDialog.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Dialogs/DateResolverDialog.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Dialogs/MainDialog.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Dialogs/MainDialog.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Dialogs/MainDialog.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Dialogs/MainDialog.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/FlightBookingRecognizer.cs b/archive/samples/csharp_dotnetcore/13.core-bot/FlightBookingRecognizer.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/FlightBookingRecognizer.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/FlightBookingRecognizer.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Program.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Program.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Program.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Program.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/Properties/launchSettings.json b/archive/samples/csharp_dotnetcore/13.core-bot/Properties/launchSettings.json similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Properties/launchSettings.json rename to archive/samples/csharp_dotnetcore/13.core-bot/Properties/launchSettings.json diff --git a/samples/csharp_dotnetcore/13.core-bot/README-LUIS.md b/archive/samples/csharp_dotnetcore/13.core-bot/README-LUIS.md similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/README-LUIS.md rename to archive/samples/csharp_dotnetcore/13.core-bot/README-LUIS.md diff --git a/samples/csharp_dotnetcore/13.core-bot/README.md b/archive/samples/csharp_dotnetcore/13.core-bot/README.md similarity index 97% rename from samples/csharp_dotnetcore/13.core-bot/README.md rename to archive/samples/csharp_dotnetcore/13.core-bot/README.md index 9fd1172c7f..565bbe12b8 100644 --- a/samples/csharp_dotnetcore/13.core-bot/README.md +++ b/archive/samples/csharp_dotnetcore/13.core-bot/README.md @@ -1,96 +1,96 @@ -# CoreBot - -Bot Framework v4 core bot sample. - -This bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to: - -- Use [LUIS](https://www.luis.ai) to implement core AI capabilities -- Implement a multi-turn conversation using Dialogs -- Handle user interruptions for such things as `Help` or `Cancel` -- Prompt for and validate requests for information from the user - -## Prerequisites - -This sample **requires** prerequisites in order to run. - -### Overview - -This bot uses [LUIS](https://www.luis.ai), an AI based cognitive service, to implement language understanding. - -### Install .NET Core CLI - -- [.NET SDK](https://dotnet.microsoft.com/download) version 8.0 - - ```bash - # determine dotnet version - dotnet --version - ``` - -### Create a LUIS Application to enable language understanding - -The LUIS model for this example can be found under `CognitiveModels/FlightBooking.json` and the LUIS language model setup, training, and application configuration steps can be found [here](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-luis?view=azure-bot-service-4.0&tabs=cs). - -Once you created the LUIS model, update `appsettings.json` with your `LuisAppId`, `LuisAPIKey` and `LuisAPIHostName`. - -```json - "LuisAppId": "Your LUIS App Id", - "LuisAPIKey": "Your LUIS Subscription key here", - "LuisAPIHostName": "Your LUIS App region here (i.e: westus.api.cognitive.microsoft.com)" -``` - -## To try this sample - -- Clone the repository - - ```bash - git clone https://github.com/microsoft/botbuilder-samples.git - ``` - -- Run the bot from a terminal or from Visual Studio: - - A) From a terminal, navigate to `samples/csharp_dotnetcore/13.core-bot` - - ```bash - # run the bot - dotnet run - ``` - - B) Or from Visual Studio - - - Launch Visual Studio - - File -> Open -> Project/Solution - - Navigate to `samples/csharp_dotnetcore/13.core-bot` folder - - Select `CoreBot.csproj` file - - In Solution Explorer, right-click CoreBot and pick Set as Startup Project - - Press `F5` to run the project - -## Testing the bot using Bot Framework Emulator - -[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel. - -- Install the latest Bot Framework Emulator from [here](https://github.com/Microsoft/BotFramework-Emulator/releases) - -### Connect to the bot using Bot Framework Emulator - -- Launch Bot Framework Emulator -- File -> Open Bot -- Enter a Bot URL of `http://localhost:3978/api/messages` - -## Deploy the bot to Azure - -To learn more about deploying a bot to Azure, see [Deploy your bot to Azure](https://aka.ms/azuredeployment) for a complete list of deployment instructions. - -## Further reading - -- [Bot Framework Documentation](https://docs.botframework.com) -- [Bot Basics](https://docs.microsoft.com/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0) -- [Dialogs](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-service-4.0) -- [Gathering Input Using Prompts](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-prompts?view=azure-bot-service-4.0&tabs=csharp) -- [Activity processing](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-activity-processing?view=azure-bot-service-4.0) -- [Azure Bot Service Introduction](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0) -- [Azure Bot Service Documentation](https://docs.microsoft.com/azure/bot-service/?view=azure-bot-service-4.0) -- [.NET Core CLI tools](https://docs.microsoft.com/en-us/dotnet/core/tools/?tabs=netcore2x) -- [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) -- [Azure Portal](https://portal.azure.com) -- [Language Understanding using LUIS](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/) -- [Channels and Bot Connector Service](https://docs.microsoft.com/en-us/azure/bot-service/bot-concepts?view=azure-bot-service-4.0) +# CoreBot + +Bot Framework v4 core bot sample. + +This bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to: + +- Use [LUIS](https://www.luis.ai) to implement core AI capabilities +- Implement a multi-turn conversation using Dialogs +- Handle user interruptions for such things as `Help` or `Cancel` +- Prompt for and validate requests for information from the user + +## Prerequisites + +This sample **requires** prerequisites in order to run. + +### Overview + +This bot uses [LUIS](https://www.luis.ai), an AI based cognitive service, to implement language understanding. + +### Install .NET Core CLI + +- [.NET SDK](https://dotnet.microsoft.com/download) version 8.0 + + ```bash + # determine dotnet version + dotnet --version + ``` + +### Create a LUIS Application to enable language understanding + +The LUIS model for this example can be found under `CognitiveModels/FlightBooking.json` and the LUIS language model setup, training, and application configuration steps can be found [here](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-luis?view=azure-bot-service-4.0&tabs=cs). + +Once you created the LUIS model, update `appsettings.json` with your `LuisAppId`, `LuisAPIKey` and `LuisAPIHostName`. + +```json + "LuisAppId": "Your LUIS App Id", + "LuisAPIKey": "Your LUIS Subscription key here", + "LuisAPIHostName": "Your LUIS App region here (i.e: westus.api.cognitive.microsoft.com)" +``` + +## To try this sample + +- Clone the repository + + ```bash + git clone https://github.com/microsoft/botbuilder-samples.git + ``` + +- Run the bot from a terminal or from Visual Studio: + + A) From a terminal, navigate to `samples/csharp_dotnetcore/13.core-bot` + + ```bash + # run the bot + dotnet run + ``` + + B) Or from Visual Studio + + - Launch Visual Studio + - File -> Open -> Project/Solution + - Navigate to `samples/csharp_dotnetcore/13.core-bot` folder + - Select `CoreBot.csproj` file + - In Solution Explorer, right-click CoreBot and pick Set as Startup Project + - Press `F5` to run the project + +## Testing the bot using Bot Framework Emulator + +[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel. + +- Install the latest Bot Framework Emulator from [here](https://github.com/Microsoft/BotFramework-Emulator/releases) + +### Connect to the bot using Bot Framework Emulator + +- Launch Bot Framework Emulator +- File -> Open Bot +- Enter a Bot URL of `http://localhost:3978/api/messages` + +## Deploy the bot to Azure + +To learn more about deploying a bot to Azure, see [Deploy your bot to Azure](https://aka.ms/azuredeployment) for a complete list of deployment instructions. + +## Further reading + +- [Bot Framework Documentation](https://docs.botframework.com) +- [Bot Basics](https://docs.microsoft.com/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0) +- [Dialogs](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-service-4.0) +- [Gathering Input Using Prompts](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-prompts?view=azure-bot-service-4.0&tabs=csharp) +- [Activity processing](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-activity-processing?view=azure-bot-service-4.0) +- [Azure Bot Service Introduction](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0) +- [Azure Bot Service Documentation](https://docs.microsoft.com/azure/bot-service/?view=azure-bot-service-4.0) +- [.NET Core CLI tools](https://docs.microsoft.com/en-us/dotnet/core/tools/?tabs=netcore2x) +- [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) +- [Azure Portal](https://portal.azure.com) +- [Language Understanding using LUIS](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/) +- [Channels and Bot Connector Service](https://docs.microsoft.com/en-us/azure/bot-service/bot-concepts?view=azure-bot-service-4.0) diff --git a/samples/csharp_dotnetcore/13.core-bot/Startup.cs b/archive/samples/csharp_dotnetcore/13.core-bot/Startup.cs similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/Startup.cs rename to archive/samples/csharp_dotnetcore/13.core-bot/Startup.cs diff --git a/samples/csharp_dotnetcore/13.core-bot/appsettings.json b/archive/samples/csharp_dotnetcore/13.core-bot/appsettings.json similarity index 95% rename from samples/csharp_dotnetcore/13.core-bot/appsettings.json rename to archive/samples/csharp_dotnetcore/13.core-bot/appsettings.json index 2fa2bbda6b..1ee32b7273 100644 --- a/samples/csharp_dotnetcore/13.core-bot/appsettings.json +++ b/archive/samples/csharp_dotnetcore/13.core-bot/appsettings.json @@ -1,9 +1,9 @@ -{ - "MicrosoftAppType": "", - "MicrosoftAppId": "", - "MicrosoftAppPassword": "", - "MicrosoftAppTenantId": "", - "LuisAppId": "", - "LuisAPIKey": "", - "LuisAPIHostName": "" -} +{ + "MicrosoftAppType": "", + "MicrosoftAppId": "", + "MicrosoftAppPassword": "", + "MicrosoftAppTenantId": "", + "LuisAppId": "", + "LuisAPIKey": "", + "LuisAPIHostName": "" +} diff --git a/samples/csharp_dotnetcore/13.core-bot/wwwroot/default.htm b/archive/samples/csharp_dotnetcore/13.core-bot/wwwroot/default.htm similarity index 100% rename from samples/csharp_dotnetcore/13.core-bot/wwwroot/default.htm rename to archive/samples/csharp_dotnetcore/13.core-bot/wwwroot/default.htm diff --git a/samples/csharp_dotnetcore/13.core-bot/appsettings.Development.json b/samples/csharp_dotnetcore/13.core-bot/appsettings.Development.json deleted file mode 100644 index a2880cbf12..0000000000 --- a/samples/csharp_dotnetcore/13.core-bot/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - } -} From d7a2405d411548e6b2e8b897de3868908c49232f Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 17:52:24 -0300 Subject: [PATCH 04/13] Archive CS 21.corebot-app-insights --- .../21.corebot-app-insights/AdapterWithErrorHandler.cs | 0 .../21.corebot-app-insights/BookingDetails.cs | 0 .../21.corebot-app-insights/Bots/DialogAndWelcomeBot.cs | 0 .../21.corebot-app-insights/Bots/DialogBot.cs | 0 .../21.corebot-app-insights/Cards/welcomeCard.json | 0 .../CognitiveModels/FlightBooking.cs | 0 .../CognitiveModels/FlightBooking.json | 0 .../CognitiveModels/FlightBookingEx.cs | 0 .../21.corebot-app-insights/Controllers/BotController.cs | 0 .../21.corebot-app-insights/CoreBot-App-Insights.csproj | 0 .../parameters-for-template-AzureBot-with-rg.json | 0 .../parameters-for-template-BotApp-with-rg.json | 0 .../DeployUseExistResourceGroup/readme.md | 0 .../template-AzureBot-with-rg.json | 0 .../template-BotApp-with-rg.json | 0 .../parameters-for-template-AzureBot-new-rg.json | 0 .../parameters-for-template-BotApp-new-rg.json | 0 .../DeployWithNewResourceGroup/readme.md | 0 .../template-AzureBot-new-rg.json | 0 .../template-BotApp-new-rg.json | 0 .../21.corebot-app-insights/Dialogs/BookingDialog.cs | 0 .../Dialogs/CancelAndHelpDialog.cs | 0 .../Dialogs/DateResolverDialog.cs | 0 .../21.corebot-app-insights/Dialogs/MainDialog.cs | 0 .../21.corebot-app-insights/FlightBookingRecognizer.cs | 0 .../csharp_dotnetcore/21.corebot-app-insights/Program.cs | 0 .../Properties/launchSettings.json | 0 .../21.corebot-app-insights/README-LUIS.md | 0 .../csharp_dotnetcore/21.corebot-app-insights/README.md | 0 .../csharp_dotnetcore/21.corebot-app-insights/Startup.cs | 0 .../21.corebot-app-insights/appsettings.json | 0 .../21.corebot-app-insights/wwwroot/default.htm | 0 .../21.corebot-app-insights/appsettings.Development.json | 9 --------- 33 files changed, 9 deletions(-) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/AdapterWithErrorHandler.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/BookingDetails.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogAndWelcomeBot.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogBot.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Cards/welcomeCard.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBookingEx.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Controllers/BotController.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/CoreBot-App-Insights.csproj (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Dialogs/BookingDialog.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Dialogs/CancelAndHelpDialog.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Dialogs/DateResolverDialog.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Dialogs/MainDialog.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/FlightBookingRecognizer.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Program.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Properties/launchSettings.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/README-LUIS.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/README.md (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/Startup.cs (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/appsettings.json (100%) rename {samples => archive/samples}/csharp_dotnetcore/21.corebot-app-insights/wwwroot/default.htm (100%) delete mode 100644 samples/csharp_dotnetcore/21.corebot-app-insights/appsettings.Development.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/AdapterWithErrorHandler.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/AdapterWithErrorHandler.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/AdapterWithErrorHandler.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/AdapterWithErrorHandler.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/BookingDetails.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/BookingDetails.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/BookingDetails.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/BookingDetails.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogAndWelcomeBot.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogAndWelcomeBot.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogAndWelcomeBot.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogAndWelcomeBot.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogBot.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogBot.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogBot.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Bots/DialogBot.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Cards/welcomeCard.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Cards/welcomeCard.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Cards/welcomeCard.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Cards/welcomeCard.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBooking.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBookingEx.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBookingEx.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBookingEx.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/CognitiveModels/FlightBookingEx.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Controllers/BotController.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Controllers/BotController.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Controllers/BotController.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Controllers/BotController.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/CoreBot-App-Insights.csproj b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/CoreBot-App-Insights.csproj similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/CoreBot-App-Insights.csproj rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/CoreBot-App-Insights.csproj diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/readme.md b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/readme.md similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/readme.md rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/readme.md diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/readme.md b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/readme.md similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/readme.md rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/readme.md diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/BookingDialog.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/BookingDialog.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/BookingDialog.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/BookingDialog.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/CancelAndHelpDialog.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/CancelAndHelpDialog.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/CancelAndHelpDialog.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/CancelAndHelpDialog.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/DateResolverDialog.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/DateResolverDialog.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/DateResolverDialog.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/DateResolverDialog.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/MainDialog.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/MainDialog.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/MainDialog.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Dialogs/MainDialog.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/FlightBookingRecognizer.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/FlightBookingRecognizer.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/FlightBookingRecognizer.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/FlightBookingRecognizer.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Program.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Program.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Program.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Program.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Properties/launchSettings.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Properties/launchSettings.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Properties/launchSettings.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Properties/launchSettings.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/README-LUIS.md b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/README-LUIS.md similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/README-LUIS.md rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/README-LUIS.md diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/README.md b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/README.md similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/README.md rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/README.md diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/Startup.cs b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/Startup.cs similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/Startup.cs rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/Startup.cs diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/appsettings.json b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/appsettings.json similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/appsettings.json rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/appsettings.json diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/wwwroot/default.htm b/archive/samples/csharp_dotnetcore/21.corebot-app-insights/wwwroot/default.htm similarity index 100% rename from samples/csharp_dotnetcore/21.corebot-app-insights/wwwroot/default.htm rename to archive/samples/csharp_dotnetcore/21.corebot-app-insights/wwwroot/default.htm diff --git a/samples/csharp_dotnetcore/21.corebot-app-insights/appsettings.Development.json b/samples/csharp_dotnetcore/21.corebot-app-insights/appsettings.Development.json deleted file mode 100644 index e203e9407e..0000000000 --- a/samples/csharp_dotnetcore/21.corebot-app-insights/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - } -} From 0aabf2db4509fa88d5ef4c1c6ac511e6237031e1 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 17:55:57 -0300 Subject: [PATCH 05/13] Archive Java 13.core-bot sample --- {samples => archive/samples}/java_springboot/13.core-bot/LICENSE | 0 .../samples}/java_springboot/13.core-bot/README-LUIS.md | 0 .../samples}/java_springboot/13.core-bot/README.md | 0 .../13.core-bot/cognitiveModels/FlightBooking.json | 0 .../13.core-bot/deploymentTemplates/template-with-new-rg.json | 0 .../deploymentTemplates/template-with-preexisting-rg.json | 0 {samples => archive/samples}/java_springboot/13.core-bot/pom.xml | 0 .../src/main/java/com/microsoft/bot/sample/core/Application.java | 0 .../main/java/com/microsoft/bot/sample/core/BookingDetails.java | 0 .../main/java/com/microsoft/bot/sample/core/BookingDialog.java | 0 .../java/com/microsoft/bot/sample/core/CancelAndHelpDialog.java | 0 .../java/com/microsoft/bot/sample/core/DateResolverDialog.java | 0 .../java/com/microsoft/bot/sample/core/DialogAndWelcomeBot.java | 0 .../src/main/java/com/microsoft/bot/sample/core/DialogBot.java | 0 .../com/microsoft/bot/sample/core/FlightBookingRecognizer.java | 0 .../src/main/java/com/microsoft/bot/sample/core/MainDialog.java | 0 .../src/main/java/com/microsoft/bot/sample/core/package-info.java | 0 .../13.core-bot/src/main/resources/application.properties | 0 .../13.core-bot/src/main/resources/cards/welcomeCard.json | 0 .../java_springboot/13.core-bot/src/main/resources/log4j2.json | 0 .../13.core-bot/src/main/webapp/META-INF/MANIFEST.MF | 0 .../java_springboot/13.core-bot/src/main/webapp/WEB-INF/web.xml | 0 .../java_springboot/13.core-bot/src/main/webapp/index.html | 0 .../test/java/com/microsoft/bot/sample/core/ApplicationTest.java | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename {samples => archive/samples}/java_springboot/13.core-bot/LICENSE (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/README-LUIS.md (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/README.md (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/cognitiveModels/FlightBooking.json (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/deploymentTemplates/template-with-new-rg.json (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/deploymentTemplates/template-with-preexisting-rg.json (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/pom.xml (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/Application.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDetails.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDialog.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/CancelAndHelpDialog.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DateResolverDialog.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogAndWelcomeBot.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogBot.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/FlightBookingRecognizer.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/MainDialog.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/package-info.java (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/resources/application.properties (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/resources/cards/welcomeCard.json (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/resources/log4j2.json (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/webapp/META-INF/MANIFEST.MF (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/webapp/WEB-INF/web.xml (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/main/webapp/index.html (100%) rename {samples => archive/samples}/java_springboot/13.core-bot/src/test/java/com/microsoft/bot/sample/core/ApplicationTest.java (100%) diff --git a/samples/java_springboot/13.core-bot/LICENSE b/archive/samples/java_springboot/13.core-bot/LICENSE similarity index 100% rename from samples/java_springboot/13.core-bot/LICENSE rename to archive/samples/java_springboot/13.core-bot/LICENSE diff --git a/samples/java_springboot/13.core-bot/README-LUIS.md b/archive/samples/java_springboot/13.core-bot/README-LUIS.md similarity index 100% rename from samples/java_springboot/13.core-bot/README-LUIS.md rename to archive/samples/java_springboot/13.core-bot/README-LUIS.md diff --git a/samples/java_springboot/13.core-bot/README.md b/archive/samples/java_springboot/13.core-bot/README.md similarity index 100% rename from samples/java_springboot/13.core-bot/README.md rename to archive/samples/java_springboot/13.core-bot/README.md diff --git a/samples/java_springboot/13.core-bot/cognitiveModels/FlightBooking.json b/archive/samples/java_springboot/13.core-bot/cognitiveModels/FlightBooking.json similarity index 100% rename from samples/java_springboot/13.core-bot/cognitiveModels/FlightBooking.json rename to archive/samples/java_springboot/13.core-bot/cognitiveModels/FlightBooking.json diff --git a/samples/java_springboot/13.core-bot/deploymentTemplates/template-with-new-rg.json b/archive/samples/java_springboot/13.core-bot/deploymentTemplates/template-with-new-rg.json similarity index 100% rename from samples/java_springboot/13.core-bot/deploymentTemplates/template-with-new-rg.json rename to archive/samples/java_springboot/13.core-bot/deploymentTemplates/template-with-new-rg.json diff --git a/samples/java_springboot/13.core-bot/deploymentTemplates/template-with-preexisting-rg.json b/archive/samples/java_springboot/13.core-bot/deploymentTemplates/template-with-preexisting-rg.json similarity index 100% rename from samples/java_springboot/13.core-bot/deploymentTemplates/template-with-preexisting-rg.json rename to archive/samples/java_springboot/13.core-bot/deploymentTemplates/template-with-preexisting-rg.json diff --git a/samples/java_springboot/13.core-bot/pom.xml b/archive/samples/java_springboot/13.core-bot/pom.xml similarity index 100% rename from samples/java_springboot/13.core-bot/pom.xml rename to archive/samples/java_springboot/13.core-bot/pom.xml diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/Application.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/Application.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/Application.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/Application.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDetails.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDetails.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDetails.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDetails.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDialog.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDialog.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDialog.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/BookingDialog.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/CancelAndHelpDialog.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/CancelAndHelpDialog.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/CancelAndHelpDialog.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/CancelAndHelpDialog.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DateResolverDialog.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DateResolverDialog.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DateResolverDialog.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DateResolverDialog.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogAndWelcomeBot.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogAndWelcomeBot.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogAndWelcomeBot.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogAndWelcomeBot.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogBot.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogBot.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogBot.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/DialogBot.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/FlightBookingRecognizer.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/FlightBookingRecognizer.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/FlightBookingRecognizer.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/FlightBookingRecognizer.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/MainDialog.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/MainDialog.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/MainDialog.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/MainDialog.java diff --git a/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/package-info.java b/archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/package-info.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/package-info.java rename to archive/samples/java_springboot/13.core-bot/src/main/java/com/microsoft/bot/sample/core/package-info.java diff --git a/samples/java_springboot/13.core-bot/src/main/resources/application.properties b/archive/samples/java_springboot/13.core-bot/src/main/resources/application.properties similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/resources/application.properties rename to archive/samples/java_springboot/13.core-bot/src/main/resources/application.properties diff --git a/samples/java_springboot/13.core-bot/src/main/resources/cards/welcomeCard.json b/archive/samples/java_springboot/13.core-bot/src/main/resources/cards/welcomeCard.json similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/resources/cards/welcomeCard.json rename to archive/samples/java_springboot/13.core-bot/src/main/resources/cards/welcomeCard.json diff --git a/samples/java_springboot/13.core-bot/src/main/resources/log4j2.json b/archive/samples/java_springboot/13.core-bot/src/main/resources/log4j2.json similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/resources/log4j2.json rename to archive/samples/java_springboot/13.core-bot/src/main/resources/log4j2.json diff --git a/samples/java_springboot/13.core-bot/src/main/webapp/META-INF/MANIFEST.MF b/archive/samples/java_springboot/13.core-bot/src/main/webapp/META-INF/MANIFEST.MF similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/webapp/META-INF/MANIFEST.MF rename to archive/samples/java_springboot/13.core-bot/src/main/webapp/META-INF/MANIFEST.MF diff --git a/samples/java_springboot/13.core-bot/src/main/webapp/WEB-INF/web.xml b/archive/samples/java_springboot/13.core-bot/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/webapp/WEB-INF/web.xml rename to archive/samples/java_springboot/13.core-bot/src/main/webapp/WEB-INF/web.xml diff --git a/samples/java_springboot/13.core-bot/src/main/webapp/index.html b/archive/samples/java_springboot/13.core-bot/src/main/webapp/index.html similarity index 100% rename from samples/java_springboot/13.core-bot/src/main/webapp/index.html rename to archive/samples/java_springboot/13.core-bot/src/main/webapp/index.html diff --git a/samples/java_springboot/13.core-bot/src/test/java/com/microsoft/bot/sample/core/ApplicationTest.java b/archive/samples/java_springboot/13.core-bot/src/test/java/com/microsoft/bot/sample/core/ApplicationTest.java similarity index 100% rename from samples/java_springboot/13.core-bot/src/test/java/com/microsoft/bot/sample/core/ApplicationTest.java rename to archive/samples/java_springboot/13.core-bot/src/test/java/com/microsoft/bot/sample/core/ApplicationTest.java From 7ab1a206a9cbb6382fe7dc2a02386d484c536e80 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 17:56:26 -0300 Subject: [PATCH 06/13] Archive Java 21.corebot-app-insights --- .../samples}/java_springboot/21.corebot-app-insights/LICENSE | 0 .../java_springboot/21.corebot-app-insights/README-LUIS.md | 0 .../samples}/java_springboot/21.corebot-app-insights/README.md | 0 .../21.corebot-app-insights/cognitiveModels/flightbooking.json | 0 .../deploymentTemplates/template-with-new-rg.json | 0 .../deploymentTemplates/template-with-preexisting-rg.json | 0 .../samples}/java_springboot/21.corebot-app-insights/pom.xml | 0 .../bot/sample/corebot/app/insights/AdapterWithErrorHandler.java | 0 .../microsoft/bot/sample/corebot/app/insights/Application.java | 0 .../microsoft/bot/sample/corebot/app/insights/BookingDetails.java | 0 .../microsoft/bot/sample/corebot/app/insights/BookingDialog.java | 0 .../bot/sample/corebot/app/insights/CancelAndHelpDialog.java | 0 .../bot/sample/corebot/app/insights/DateResolverDialog.java | 0 .../bot/sample/corebot/app/insights/DialogAndWelcomeBot.java | 0 .../com/microsoft/bot/sample/corebot/app/insights/DialogBot.java | 0 .../bot/sample/corebot/app/insights/FlightBookingRecognizer.java | 0 .../com/microsoft/bot/sample/corebot/app/insights/MainDialog.java | 0 .../microsoft/bot/sample/corebot/app/insights/package-info.java | 0 .../src/main/resources/application.properties | 0 .../src/main/resources/cards/welcomeCard.json | 0 .../21.corebot-app-insights/src/main/webapp/META-INF/MANIFEST.MF | 0 .../21.corebot-app-insights/src/main/webapp/WEB-INF/web.xml | 0 .../21.corebot-app-insights/src/main/webapp/index.html | 0 .../bot/sample/corebot/app/insights/ApplicationTest.java | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/LICENSE (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/README-LUIS.md (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/README.md (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/cognitiveModels/flightbooking.json (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-new-rg.json (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-preexisting-rg.json (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/pom.xml (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/AdapterWithErrorHandler.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/Application.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDetails.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDialog.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/CancelAndHelpDialog.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DateResolverDialog.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogAndWelcomeBot.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogBot.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/FlightBookingRecognizer.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/MainDialog.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/package-info.java (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/resources/application.properties (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/resources/cards/welcomeCard.json (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/webapp/META-INF/MANIFEST.MF (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/webapp/WEB-INF/web.xml (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/main/webapp/index.html (100%) rename {samples => archive/samples}/java_springboot/21.corebot-app-insights/src/test/java/com/microsoft/bot/sample/corebot/app/insights/ApplicationTest.java (100%) diff --git a/samples/java_springboot/21.corebot-app-insights/LICENSE b/archive/samples/java_springboot/21.corebot-app-insights/LICENSE similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/LICENSE rename to archive/samples/java_springboot/21.corebot-app-insights/LICENSE diff --git a/samples/java_springboot/21.corebot-app-insights/README-LUIS.md b/archive/samples/java_springboot/21.corebot-app-insights/README-LUIS.md similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/README-LUIS.md rename to archive/samples/java_springboot/21.corebot-app-insights/README-LUIS.md diff --git a/samples/java_springboot/21.corebot-app-insights/README.md b/archive/samples/java_springboot/21.corebot-app-insights/README.md similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/README.md rename to archive/samples/java_springboot/21.corebot-app-insights/README.md diff --git a/samples/java_springboot/21.corebot-app-insights/cognitiveModels/flightbooking.json b/archive/samples/java_springboot/21.corebot-app-insights/cognitiveModels/flightbooking.json similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/cognitiveModels/flightbooking.json rename to archive/samples/java_springboot/21.corebot-app-insights/cognitiveModels/flightbooking.json diff --git a/samples/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-new-rg.json b/archive/samples/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-new-rg.json similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-new-rg.json rename to archive/samples/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-new-rg.json diff --git a/samples/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-preexisting-rg.json b/archive/samples/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-preexisting-rg.json similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-preexisting-rg.json rename to archive/samples/java_springboot/21.corebot-app-insights/deploymentTemplates/template-with-preexisting-rg.json diff --git a/samples/java_springboot/21.corebot-app-insights/pom.xml b/archive/samples/java_springboot/21.corebot-app-insights/pom.xml similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/pom.xml rename to archive/samples/java_springboot/21.corebot-app-insights/pom.xml diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/AdapterWithErrorHandler.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/AdapterWithErrorHandler.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/AdapterWithErrorHandler.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/AdapterWithErrorHandler.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/Application.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/Application.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/Application.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/Application.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDetails.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDetails.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDetails.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDetails.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDialog.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDialog.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDialog.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/BookingDialog.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/CancelAndHelpDialog.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/CancelAndHelpDialog.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/CancelAndHelpDialog.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/CancelAndHelpDialog.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DateResolverDialog.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DateResolverDialog.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DateResolverDialog.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DateResolverDialog.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogAndWelcomeBot.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogAndWelcomeBot.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogAndWelcomeBot.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogAndWelcomeBot.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogBot.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogBot.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogBot.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/DialogBot.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/FlightBookingRecognizer.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/FlightBookingRecognizer.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/FlightBookingRecognizer.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/FlightBookingRecognizer.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/MainDialog.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/MainDialog.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/MainDialog.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/MainDialog.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/package-info.java b/archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/package-info.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/package-info.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/java/com/microsoft/bot/sample/corebot/app/insights/package-info.java diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/resources/application.properties b/archive/samples/java_springboot/21.corebot-app-insights/src/main/resources/application.properties similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/resources/application.properties rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/resources/application.properties diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/resources/cards/welcomeCard.json b/archive/samples/java_springboot/21.corebot-app-insights/src/main/resources/cards/welcomeCard.json similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/resources/cards/welcomeCard.json rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/resources/cards/welcomeCard.json diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/webapp/META-INF/MANIFEST.MF b/archive/samples/java_springboot/21.corebot-app-insights/src/main/webapp/META-INF/MANIFEST.MF similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/webapp/META-INF/MANIFEST.MF rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/webapp/META-INF/MANIFEST.MF diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/webapp/WEB-INF/web.xml b/archive/samples/java_springboot/21.corebot-app-insights/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/webapp/WEB-INF/web.xml rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/webapp/WEB-INF/web.xml diff --git a/samples/java_springboot/21.corebot-app-insights/src/main/webapp/index.html b/archive/samples/java_springboot/21.corebot-app-insights/src/main/webapp/index.html similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/main/webapp/index.html rename to archive/samples/java_springboot/21.corebot-app-insights/src/main/webapp/index.html diff --git a/samples/java_springboot/21.corebot-app-insights/src/test/java/com/microsoft/bot/sample/corebot/app/insights/ApplicationTest.java b/archive/samples/java_springboot/21.corebot-app-insights/src/test/java/com/microsoft/bot/sample/corebot/app/insights/ApplicationTest.java similarity index 100% rename from samples/java_springboot/21.corebot-app-insights/src/test/java/com/microsoft/bot/sample/corebot/app/insights/ApplicationTest.java rename to archive/samples/java_springboot/21.corebot-app-insights/src/test/java/com/microsoft/bot/sample/corebot/app/insights/ApplicationTest.java From 9c9830babc5479357286a43f7b43267a827d9ec6 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 17:57:24 -0300 Subject: [PATCH 07/13] Archive Python 13.core-bot sample --- .../python/13.core-bot/README-LUIS.md | 0 .../samples}/python/13.core-bot/README.md | 142 +++++++++--------- .../13.core-bot/adapter_with_error_handler.py | 0 .../samples}/python/13.core-bot/app.py | 0 .../python/13.core-bot/booking_details.py | 0 .../python/13.core-bot/bots/__init__.py | 0 .../bots/dialog_and_welcome_bot.py | 0 .../python/13.core-bot/bots/dialog_bot.py | 0 .../python/13.core-bot/cards/welcomeCard.json | 0 .../cognitiveModels/FlightBooking.json | 0 .../samples}/python/13.core-bot/config.py | 0 ...ameters-for-template-AzureBot-with-rg.json | 0 ...arameters-for-template-BotApp-with-rg.json | 0 .../deployUseExistResourceGroup/readme.md | 0 .../template-AzureBot-with-rg.json | 0 .../template-BotApp-with-rg.json | 0 ...rameters-for-template-AzureBot-new-rg.json | 0 ...parameters-for-template-BotApp-new-rg.json | 0 .../deployWithNewResourceGroup/readme.md | 0 .../template-AzureBot-new-rg.json | 0 .../template-BotApp-new-rg.json | 0 .../python/13.core-bot/dialogs/__init__.py | 0 .../13.core-bot/dialogs/booking_dialog.py | 0 .../dialogs/cancel_and_help_dialog.py | 0 .../dialogs/date_resolver_dialog.py | 0 .../python/13.core-bot/dialogs/main_dialog.py | 0 .../13.core-bot/flight_booking_recognizer.py | 0 .../python/13.core-bot/helpers/__init__.py | 0 .../13.core-bot/helpers/activity_helper.py | 0 .../13.core-bot/helpers/dialog_helper.py | 0 .../python/13.core-bot/helpers/luis_helper.py | 0 .../python/13.core-bot/requirements.txt | 10 +- 32 files changed, 76 insertions(+), 76 deletions(-) rename {samples => archive/samples}/python/13.core-bot/README-LUIS.md (100%) rename {samples => archive/samples}/python/13.core-bot/README.md (98%) rename {samples => archive/samples}/python/13.core-bot/adapter_with_error_handler.py (100%) rename {samples => archive/samples}/python/13.core-bot/app.py (100%) rename {samples => archive/samples}/python/13.core-bot/booking_details.py (100%) rename {samples => archive/samples}/python/13.core-bot/bots/__init__.py (100%) rename {samples => archive/samples}/python/13.core-bot/bots/dialog_and_welcome_bot.py (100%) rename {samples => archive/samples}/python/13.core-bot/bots/dialog_bot.py (100%) rename {samples => archive/samples}/python/13.core-bot/cards/welcomeCard.json (100%) rename {samples => archive/samples}/python/13.core-bot/cognitiveModels/FlightBooking.json (100%) rename {samples => archive/samples}/python/13.core-bot/config.py (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/python/13.core-bot/dialogs/__init__.py (100%) rename {samples => archive/samples}/python/13.core-bot/dialogs/booking_dialog.py (100%) rename {samples => archive/samples}/python/13.core-bot/dialogs/cancel_and_help_dialog.py (100%) rename {samples => archive/samples}/python/13.core-bot/dialogs/date_resolver_dialog.py (100%) rename {samples => archive/samples}/python/13.core-bot/dialogs/main_dialog.py (100%) rename {samples => archive/samples}/python/13.core-bot/flight_booking_recognizer.py (100%) rename {samples => archive/samples}/python/13.core-bot/helpers/__init__.py (100%) rename {samples => archive/samples}/python/13.core-bot/helpers/activity_helper.py (100%) rename {samples => archive/samples}/python/13.core-bot/helpers/dialog_helper.py (100%) rename {samples => archive/samples}/python/13.core-bot/helpers/luis_helper.py (100%) rename {samples => archive/samples}/python/13.core-bot/requirements.txt (95%) diff --git a/samples/python/13.core-bot/README-LUIS.md b/archive/samples/python/13.core-bot/README-LUIS.md similarity index 100% rename from samples/python/13.core-bot/README-LUIS.md rename to archive/samples/python/13.core-bot/README-LUIS.md diff --git a/samples/python/13.core-bot/README.md b/archive/samples/python/13.core-bot/README.md similarity index 98% rename from samples/python/13.core-bot/README.md rename to archive/samples/python/13.core-bot/README.md index 0594e52065..c5f6cbb995 100644 --- a/samples/python/13.core-bot/README.md +++ b/archive/samples/python/13.core-bot/README.md @@ -1,71 +1,71 @@ -# CoreBot - -Bot Framework v4 core bot sample. - -This bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to: - -- Use [LUIS](https://www.luis.ai) to implement core AI capabilities -- Implement a multi-turn conversation using Dialogs -- Handle user interruptions for such things as `Help` or `Cancel` -- Prompt for and validate requests for information from the user - -## Prerequisites - -This sample **requires** prerequisites in order to run. - -### Overview - -This bot uses [LUIS](https://www.luis.ai), an AI based cognitive service, to implement language understanding. - -### Create a LUIS Application to enable language understanding - -The LUIS model for this example can be found under `CognitiveModels/FlightBooking.json` and the LUIS language model setup, training, and application configuration steps can be found [here](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-luis?view=azure-bot-service-4.0&tabs=cs). - -Once you created the LUIS model, update `config.py` with your `LuisAppId`, `LuisAPIKey` and `LuisAPIHostName`. - -```json - "LuisAppId": "Your LUIS App Id", - "LuisAPIKey": "Your LUIS Subscription key here", - "LuisAPIHostName": "Your LUIS App region here (i.e: westus.api.cognitive.microsoft.com)" -``` - -## To try this sample - -- Clone the repository -```bash -git clone https://github.com/Microsoft/botbuilder-samples.git -``` -- In a terminal, navigate to `botbuilder-samples\samples\python\13.core-bot` folder -- Activate your desired virtual environment -- In the terminal, type `pip install -r requirements.txt` -- Run your bot with `python app.py` - -## Testing the bot using Bot Framework Emulator - -[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel. - -- Install the latest Bot Framework Emulator from [here](https://github.com/Microsoft/BotFramework-Emulator/releases) - -### Connect to the bot using Bot Framework Emulator - -- Launch Bot Framework Emulator -- File -> Open Bot -- Enter a Bot URL of `http://localhost:3978/api/messages` - -## Deploy the bot to Azure - -To learn more about deploying a bot to Azure, see [Deploy your bot to Azure](https://aka.ms/azuredeployment) for a complete list of deployment instructions. - -## Further reading - -- [Bot Framework Documentation](https://docs.botframework.com) -- [Bot Basics](https://docs.microsoft.com/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0) -- [Dialogs](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-service-4.0) -- [Gathering Input Using Prompts](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-prompts?view=azure-bot-service-4.0&tabs=csharp) -- [Activity processing](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-activity-processing?view=azure-bot-service-4.0) -- [Azure Bot Service Introduction](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0) -- [Azure Bot Service Documentation](https://docs.microsoft.com/azure/bot-service/?view=azure-bot-service-4.0) -- [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) -- [Azure Portal](https://portal.azure.com) -- [Language Understanding using LUIS](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/) -- [Channels and Bot Connector Service](https://docs.microsoft.com/en-us/azure/bot-service/bot-concepts?view=azure-bot-service-4.0) +# CoreBot + +Bot Framework v4 core bot sample. + +This bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to: + +- Use [LUIS](https://www.luis.ai) to implement core AI capabilities +- Implement a multi-turn conversation using Dialogs +- Handle user interruptions for such things as `Help` or `Cancel` +- Prompt for and validate requests for information from the user + +## Prerequisites + +This sample **requires** prerequisites in order to run. + +### Overview + +This bot uses [LUIS](https://www.luis.ai), an AI based cognitive service, to implement language understanding. + +### Create a LUIS Application to enable language understanding + +The LUIS model for this example can be found under `CognitiveModels/FlightBooking.json` and the LUIS language model setup, training, and application configuration steps can be found [here](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-luis?view=azure-bot-service-4.0&tabs=cs). + +Once you created the LUIS model, update `config.py` with your `LuisAppId`, `LuisAPIKey` and `LuisAPIHostName`. + +```json + "LuisAppId": "Your LUIS App Id", + "LuisAPIKey": "Your LUIS Subscription key here", + "LuisAPIHostName": "Your LUIS App region here (i.e: westus.api.cognitive.microsoft.com)" +``` + +## To try this sample + +- Clone the repository +```bash +git clone https://github.com/Microsoft/botbuilder-samples.git +``` +- In a terminal, navigate to `botbuilder-samples\samples\python\13.core-bot` folder +- Activate your desired virtual environment +- In the terminal, type `pip install -r requirements.txt` +- Run your bot with `python app.py` + +## Testing the bot using Bot Framework Emulator + +[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel. + +- Install the latest Bot Framework Emulator from [here](https://github.com/Microsoft/BotFramework-Emulator/releases) + +### Connect to the bot using Bot Framework Emulator + +- Launch Bot Framework Emulator +- File -> Open Bot +- Enter a Bot URL of `http://localhost:3978/api/messages` + +## Deploy the bot to Azure + +To learn more about deploying a bot to Azure, see [Deploy your bot to Azure](https://aka.ms/azuredeployment) for a complete list of deployment instructions. + +## Further reading + +- [Bot Framework Documentation](https://docs.botframework.com) +- [Bot Basics](https://docs.microsoft.com/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0) +- [Dialogs](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-service-4.0) +- [Gathering Input Using Prompts](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-prompts?view=azure-bot-service-4.0&tabs=csharp) +- [Activity processing](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-activity-processing?view=azure-bot-service-4.0) +- [Azure Bot Service Introduction](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0) +- [Azure Bot Service Documentation](https://docs.microsoft.com/azure/bot-service/?view=azure-bot-service-4.0) +- [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) +- [Azure Portal](https://portal.azure.com) +- [Language Understanding using LUIS](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/) +- [Channels and Bot Connector Service](https://docs.microsoft.com/en-us/azure/bot-service/bot-concepts?view=azure-bot-service-4.0) diff --git a/samples/python/13.core-bot/adapter_with_error_handler.py b/archive/samples/python/13.core-bot/adapter_with_error_handler.py similarity index 100% rename from samples/python/13.core-bot/adapter_with_error_handler.py rename to archive/samples/python/13.core-bot/adapter_with_error_handler.py diff --git a/samples/python/13.core-bot/app.py b/archive/samples/python/13.core-bot/app.py similarity index 100% rename from samples/python/13.core-bot/app.py rename to archive/samples/python/13.core-bot/app.py diff --git a/samples/python/13.core-bot/booking_details.py b/archive/samples/python/13.core-bot/booking_details.py similarity index 100% rename from samples/python/13.core-bot/booking_details.py rename to archive/samples/python/13.core-bot/booking_details.py diff --git a/samples/python/13.core-bot/bots/__init__.py b/archive/samples/python/13.core-bot/bots/__init__.py similarity index 100% rename from samples/python/13.core-bot/bots/__init__.py rename to archive/samples/python/13.core-bot/bots/__init__.py diff --git a/samples/python/13.core-bot/bots/dialog_and_welcome_bot.py b/archive/samples/python/13.core-bot/bots/dialog_and_welcome_bot.py similarity index 100% rename from samples/python/13.core-bot/bots/dialog_and_welcome_bot.py rename to archive/samples/python/13.core-bot/bots/dialog_and_welcome_bot.py diff --git a/samples/python/13.core-bot/bots/dialog_bot.py b/archive/samples/python/13.core-bot/bots/dialog_bot.py similarity index 100% rename from samples/python/13.core-bot/bots/dialog_bot.py rename to archive/samples/python/13.core-bot/bots/dialog_bot.py diff --git a/samples/python/13.core-bot/cards/welcomeCard.json b/archive/samples/python/13.core-bot/cards/welcomeCard.json similarity index 100% rename from samples/python/13.core-bot/cards/welcomeCard.json rename to archive/samples/python/13.core-bot/cards/welcomeCard.json diff --git a/samples/python/13.core-bot/cognitiveModels/FlightBooking.json b/archive/samples/python/13.core-bot/cognitiveModels/FlightBooking.json similarity index 100% rename from samples/python/13.core-bot/cognitiveModels/FlightBooking.json rename to archive/samples/python/13.core-bot/cognitiveModels/FlightBooking.json diff --git a/samples/python/13.core-bot/config.py b/archive/samples/python/13.core-bot/config.py similarity index 100% rename from samples/python/13.core-bot/config.py rename to archive/samples/python/13.core-bot/config.py diff --git a/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md b/archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md rename to archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md diff --git a/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/python/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md b/archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md rename to archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md diff --git a/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/python/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/python/13.core-bot/dialogs/__init__.py b/archive/samples/python/13.core-bot/dialogs/__init__.py similarity index 100% rename from samples/python/13.core-bot/dialogs/__init__.py rename to archive/samples/python/13.core-bot/dialogs/__init__.py diff --git a/samples/python/13.core-bot/dialogs/booking_dialog.py b/archive/samples/python/13.core-bot/dialogs/booking_dialog.py similarity index 100% rename from samples/python/13.core-bot/dialogs/booking_dialog.py rename to archive/samples/python/13.core-bot/dialogs/booking_dialog.py diff --git a/samples/python/13.core-bot/dialogs/cancel_and_help_dialog.py b/archive/samples/python/13.core-bot/dialogs/cancel_and_help_dialog.py similarity index 100% rename from samples/python/13.core-bot/dialogs/cancel_and_help_dialog.py rename to archive/samples/python/13.core-bot/dialogs/cancel_and_help_dialog.py diff --git a/samples/python/13.core-bot/dialogs/date_resolver_dialog.py b/archive/samples/python/13.core-bot/dialogs/date_resolver_dialog.py similarity index 100% rename from samples/python/13.core-bot/dialogs/date_resolver_dialog.py rename to archive/samples/python/13.core-bot/dialogs/date_resolver_dialog.py diff --git a/samples/python/13.core-bot/dialogs/main_dialog.py b/archive/samples/python/13.core-bot/dialogs/main_dialog.py similarity index 100% rename from samples/python/13.core-bot/dialogs/main_dialog.py rename to archive/samples/python/13.core-bot/dialogs/main_dialog.py diff --git a/samples/python/13.core-bot/flight_booking_recognizer.py b/archive/samples/python/13.core-bot/flight_booking_recognizer.py similarity index 100% rename from samples/python/13.core-bot/flight_booking_recognizer.py rename to archive/samples/python/13.core-bot/flight_booking_recognizer.py diff --git a/samples/python/13.core-bot/helpers/__init__.py b/archive/samples/python/13.core-bot/helpers/__init__.py similarity index 100% rename from samples/python/13.core-bot/helpers/__init__.py rename to archive/samples/python/13.core-bot/helpers/__init__.py diff --git a/samples/python/13.core-bot/helpers/activity_helper.py b/archive/samples/python/13.core-bot/helpers/activity_helper.py similarity index 100% rename from samples/python/13.core-bot/helpers/activity_helper.py rename to archive/samples/python/13.core-bot/helpers/activity_helper.py diff --git a/samples/python/13.core-bot/helpers/dialog_helper.py b/archive/samples/python/13.core-bot/helpers/dialog_helper.py similarity index 100% rename from samples/python/13.core-bot/helpers/dialog_helper.py rename to archive/samples/python/13.core-bot/helpers/dialog_helper.py diff --git a/samples/python/13.core-bot/helpers/luis_helper.py b/archive/samples/python/13.core-bot/helpers/luis_helper.py similarity index 100% rename from samples/python/13.core-bot/helpers/luis_helper.py rename to archive/samples/python/13.core-bot/helpers/luis_helper.py diff --git a/samples/python/13.core-bot/requirements.txt b/archive/samples/python/13.core-bot/requirements.txt similarity index 95% rename from samples/python/13.core-bot/requirements.txt rename to archive/samples/python/13.core-bot/requirements.txt index 7b8ad45694..75fdc4697b 100644 --- a/samples/python/13.core-bot/requirements.txt +++ b/archive/samples/python/13.core-bot/requirements.txt @@ -1,5 +1,5 @@ -botbuilder-integration-aiohttp>=4.15.0 -botbuilder-dialogs>=4.15.0 -botbuilder-ai>=4.15.0 -datatypes-date-time>=1.0.0.a2 - +botbuilder-integration-aiohttp>=4.15.0 +botbuilder-dialogs>=4.15.0 +botbuilder-ai>=4.15.0 +datatypes-date-time>=1.0.0.a2 + From 006115875a0f4d1cb3621b65dc7623455dc7ba3d Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 17:57:54 -0300 Subject: [PATCH 08/13] Archive Python 21.corebot-app-insights --- .../python/21.corebot-app-insights/NOTICE.md | 0 .../21.corebot-app-insights/README-LUIS.md | 0 .../python/21.corebot-app-insights/README.md | 170 +++++++++--------- .../adapter_with_error_handler.py | 0 .../python/21.corebot-app-insights/app.py | 0 .../booking_details.py | 0 .../21.corebot-app-insights/bots/__init__.py | 0 .../bots/dialog_and_welcome_bot.py | 0 .../bots/dialog_bot.py | 0 .../bots/resources/welcomeCard.json | 0 .../cognitiveModels/FlightBooking.json | 0 .../python/21.corebot-app-insights/config.py | 0 ...ameters-for-template-AzureBot-with-rg.json | 0 ...arameters-for-template-BotApp-with-rg.json | 0 .../deployUseExistResourceGroup/readme.md | 0 .../template-AzureBot-with-rg.json | 0 .../template-BotApp-with-rg.json | 0 ...rameters-for-template-AzureBot-new-rg.json | 0 ...parameters-for-template-BotApp-new-rg.json | 0 .../deployWithNewResourceGroup/readme.md | 0 .../template-AzureBot-new-rg.json | 0 .../template-BotApp-new-rg.json | 0 .../dialogs/__init__.py | 0 .../dialogs/booking_dialog.py | 0 .../dialogs/cancel_and_help_dialog.py | 0 .../dialogs/date_resolver_dialog.py | 0 .../dialogs/main_dialog.py | 0 .../flight_booking_recognizer.py | 0 .../helpers/__init__.py | 0 .../helpers/activity_helper.py | 0 .../helpers/dialog_helper.py | 0 .../helpers/luis_helper.py | 0 .../21.corebot-app-insights/requirements.txt | 26 +-- 33 files changed, 98 insertions(+), 98 deletions(-) rename {samples => archive/samples}/python/21.corebot-app-insights/NOTICE.md (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/README-LUIS.md (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/README.md (98%) rename {samples => archive/samples}/python/21.corebot-app-insights/adapter_with_error_handler.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/app.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/booking_details.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/bots/__init__.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/bots/dialog_and_welcome_bot.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/bots/dialog_bot.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/bots/resources/welcomeCard.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/cognitiveModels/FlightBooking.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/config.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/dialogs/__init__.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/dialogs/booking_dialog.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/dialogs/cancel_and_help_dialog.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/dialogs/date_resolver_dialog.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/dialogs/main_dialog.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/flight_booking_recognizer.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/helpers/__init__.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/helpers/activity_helper.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/helpers/dialog_helper.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/helpers/luis_helper.py (100%) rename {samples => archive/samples}/python/21.corebot-app-insights/requirements.txt (96%) diff --git a/samples/python/21.corebot-app-insights/NOTICE.md b/archive/samples/python/21.corebot-app-insights/NOTICE.md similarity index 100% rename from samples/python/21.corebot-app-insights/NOTICE.md rename to archive/samples/python/21.corebot-app-insights/NOTICE.md diff --git a/samples/python/21.corebot-app-insights/README-LUIS.md b/archive/samples/python/21.corebot-app-insights/README-LUIS.md similarity index 100% rename from samples/python/21.corebot-app-insights/README-LUIS.md rename to archive/samples/python/21.corebot-app-insights/README-LUIS.md diff --git a/samples/python/21.corebot-app-insights/README.md b/archive/samples/python/21.corebot-app-insights/README.md similarity index 98% rename from samples/python/21.corebot-app-insights/README.md rename to archive/samples/python/21.corebot-app-insights/README.md index 43fa0148c6..e096358384 100644 --- a/samples/python/21.corebot-app-insights/README.md +++ b/archive/samples/python/21.corebot-app-insights/README.md @@ -1,85 +1,85 @@ -# CoreBot with Application Insights - -Bot Framework v4 core bot sample. - -This bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to: - -- Use [LUIS](https://www.luis.ai) to implement core AI capabilities -- Implement a multi-turn conversation using Dialogs -- Handle user interruptions for such things as `Help` or `Cancel` -- Prompt for and validate requests for information from the user -- Use [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/cloudservices) to monitor your bot - -## Prerequisites - -This sample **requires** prerequisites in order to run. - -### Overview - -This bot uses [LUIS](https://www.luis.ai), an AI based cognitive service, to implement language understanding -and [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/cloudservices), an extensible Application Performance Management (APM) service for web developers on multiple platforms. - -### Create a LUIS Application to enable language understanding - -LUIS language model setup, training, and application configuration steps can be found [here](https://docs.microsoft.com/azure/bot-service/bot-builder-howto-v4-luis?view=azure-bot-service-4.0&tabs=cs). - -If you wish to create a LUIS application via the CLI, these steps can be found in the [README-LUIS.md](README-LUIS.md). - -### Add Application Insights service to enable the bot monitoring - -Application Insights resource creation steps can be found [here](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource). - -You must include the instrumentation key in the `config.py` file, as well is in the designated field in your Azure Bot resource. - -### Add Activity and Personal Information logging for Application Insights -To log activity and personal information, extra code is needed in `app.py` after the creation of the telemetry client. This code is *already present* in the sample, but must be unconmmented in order to function. It is important to note that due to privacy concerns, in a real-world application you **must** obtain user consent prior to logging this information. - -The required code is as follows: -```python -TELEMETRY_LOGGER_MIDDLEWARE = TelemetryLoggerMiddleware(telemetry_client=TELEMETRY_CLIENT, log_personal_information=True) -ADAPTER.use(TELEMETRY_LOGGER_MIDDLEWARE) -``` - -## To try this sample - -- Clone the repository -```bash -git clone https://github.com/Microsoft/botbuilder-samples.git -``` -- In a terminal, navigate to `botbuilder-samples\samples\python\21.corebot-app-insights` folder -- Activate your desired virtual environment -- In the terminal, type `pip install -r requirements.txt` -- Run your bot with `python app.py` - -## Testing the bot using Bot Framework Emulator - -[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel. - -- Install the latest Bot Framework Emulator from [here](https://github.com/Microsoft/BotFramework-Emulator/releases) - -### Connect to the bot using Bot Framework Emulator - -- Launch Bot Framework Emulator -- File -> Open Bot -- Enter a Bot URL of `http://localhost:3978/api/messages` - -## Deploy the bot to Azure - -To learn more about deploying a bot to Azure, see [Deploy your bot to Azure](https://aka.ms/azuredeployment) for a complete list of deployment instructions. - -## Further reading - -- [Bot Framework Documentation](https://docs.botframework.com) -- [Bot Basics](https://docs.microsoft.com/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0) -- [Dialogs](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-service-4.0) -- [Gathering Input Using Prompts](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-prompts?view=azure-bot-service-4.0&tabs=csharp) -- [Activity processing](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-activity-processing?view=azure-bot-service-4.0) -- [Azure Bot Service Introduction](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0) -- [Azure Bot Service Documentation](https://docs.microsoft.com/azure/bot-service/?view=azure-bot-service-4.0) -- [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) -- [Azure Portal](https://portal.azure.com) -- [Language Understanding using LUIS](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/) -- [Channels and Bot Connector Service](https://docs.microsoft.com/en-us/azure/bot-service/bot-concepts?view=azure-bot-service-4.0) -- [Application insights Overview](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview) -- [Getting Started with Application Insights](https://github.com/Microsoft/ApplicationInsights-aspnetcore/wiki/Getting-Started-with-Application-Insights-for-ASP.NET-Core) -- [Filtering and preprocessing telemetry in the Application Insights SDK](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling) +# CoreBot with Application Insights + +Bot Framework v4 core bot sample. + +This bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to: + +- Use [LUIS](https://www.luis.ai) to implement core AI capabilities +- Implement a multi-turn conversation using Dialogs +- Handle user interruptions for such things as `Help` or `Cancel` +- Prompt for and validate requests for information from the user +- Use [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/cloudservices) to monitor your bot + +## Prerequisites + +This sample **requires** prerequisites in order to run. + +### Overview + +This bot uses [LUIS](https://www.luis.ai), an AI based cognitive service, to implement language understanding +and [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/cloudservices), an extensible Application Performance Management (APM) service for web developers on multiple platforms. + +### Create a LUIS Application to enable language understanding + +LUIS language model setup, training, and application configuration steps can be found [here](https://docs.microsoft.com/azure/bot-service/bot-builder-howto-v4-luis?view=azure-bot-service-4.0&tabs=cs). + +If you wish to create a LUIS application via the CLI, these steps can be found in the [README-LUIS.md](README-LUIS.md). + +### Add Application Insights service to enable the bot monitoring + +Application Insights resource creation steps can be found [here](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource). + +You must include the instrumentation key in the `config.py` file, as well is in the designated field in your Azure Bot resource. + +### Add Activity and Personal Information logging for Application Insights +To log activity and personal information, extra code is needed in `app.py` after the creation of the telemetry client. This code is *already present* in the sample, but must be unconmmented in order to function. It is important to note that due to privacy concerns, in a real-world application you **must** obtain user consent prior to logging this information. + +The required code is as follows: +```python +TELEMETRY_LOGGER_MIDDLEWARE = TelemetryLoggerMiddleware(telemetry_client=TELEMETRY_CLIENT, log_personal_information=True) +ADAPTER.use(TELEMETRY_LOGGER_MIDDLEWARE) +``` + +## To try this sample + +- Clone the repository +```bash +git clone https://github.com/Microsoft/botbuilder-samples.git +``` +- In a terminal, navigate to `botbuilder-samples\samples\python\21.corebot-app-insights` folder +- Activate your desired virtual environment +- In the terminal, type `pip install -r requirements.txt` +- Run your bot with `python app.py` + +## Testing the bot using Bot Framework Emulator + +[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel. + +- Install the latest Bot Framework Emulator from [here](https://github.com/Microsoft/BotFramework-Emulator/releases) + +### Connect to the bot using Bot Framework Emulator + +- Launch Bot Framework Emulator +- File -> Open Bot +- Enter a Bot URL of `http://localhost:3978/api/messages` + +## Deploy the bot to Azure + +To learn more about deploying a bot to Azure, see [Deploy your bot to Azure](https://aka.ms/azuredeployment) for a complete list of deployment instructions. + +## Further reading + +- [Bot Framework Documentation](https://docs.botframework.com) +- [Bot Basics](https://docs.microsoft.com/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0) +- [Dialogs](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-service-4.0) +- [Gathering Input Using Prompts](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-prompts?view=azure-bot-service-4.0&tabs=csharp) +- [Activity processing](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-activity-processing?view=azure-bot-service-4.0) +- [Azure Bot Service Introduction](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0) +- [Azure Bot Service Documentation](https://docs.microsoft.com/azure/bot-service/?view=azure-bot-service-4.0) +- [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) +- [Azure Portal](https://portal.azure.com) +- [Language Understanding using LUIS](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/) +- [Channels and Bot Connector Service](https://docs.microsoft.com/en-us/azure/bot-service/bot-concepts?view=azure-bot-service-4.0) +- [Application insights Overview](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview) +- [Getting Started with Application Insights](https://github.com/Microsoft/ApplicationInsights-aspnetcore/wiki/Getting-Started-with-Application-Insights-for-ASP.NET-Core) +- [Filtering and preprocessing telemetry in the Application Insights SDK](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling) diff --git a/samples/python/21.corebot-app-insights/adapter_with_error_handler.py b/archive/samples/python/21.corebot-app-insights/adapter_with_error_handler.py similarity index 100% rename from samples/python/21.corebot-app-insights/adapter_with_error_handler.py rename to archive/samples/python/21.corebot-app-insights/adapter_with_error_handler.py diff --git a/samples/python/21.corebot-app-insights/app.py b/archive/samples/python/21.corebot-app-insights/app.py similarity index 100% rename from samples/python/21.corebot-app-insights/app.py rename to archive/samples/python/21.corebot-app-insights/app.py diff --git a/samples/python/21.corebot-app-insights/booking_details.py b/archive/samples/python/21.corebot-app-insights/booking_details.py similarity index 100% rename from samples/python/21.corebot-app-insights/booking_details.py rename to archive/samples/python/21.corebot-app-insights/booking_details.py diff --git a/samples/python/21.corebot-app-insights/bots/__init__.py b/archive/samples/python/21.corebot-app-insights/bots/__init__.py similarity index 100% rename from samples/python/21.corebot-app-insights/bots/__init__.py rename to archive/samples/python/21.corebot-app-insights/bots/__init__.py diff --git a/samples/python/21.corebot-app-insights/bots/dialog_and_welcome_bot.py b/archive/samples/python/21.corebot-app-insights/bots/dialog_and_welcome_bot.py similarity index 100% rename from samples/python/21.corebot-app-insights/bots/dialog_and_welcome_bot.py rename to archive/samples/python/21.corebot-app-insights/bots/dialog_and_welcome_bot.py diff --git a/samples/python/21.corebot-app-insights/bots/dialog_bot.py b/archive/samples/python/21.corebot-app-insights/bots/dialog_bot.py similarity index 100% rename from samples/python/21.corebot-app-insights/bots/dialog_bot.py rename to archive/samples/python/21.corebot-app-insights/bots/dialog_bot.py diff --git a/samples/python/21.corebot-app-insights/bots/resources/welcomeCard.json b/archive/samples/python/21.corebot-app-insights/bots/resources/welcomeCard.json similarity index 100% rename from samples/python/21.corebot-app-insights/bots/resources/welcomeCard.json rename to archive/samples/python/21.corebot-app-insights/bots/resources/welcomeCard.json diff --git a/samples/python/21.corebot-app-insights/cognitiveModels/FlightBooking.json b/archive/samples/python/21.corebot-app-insights/cognitiveModels/FlightBooking.json similarity index 100% rename from samples/python/21.corebot-app-insights/cognitiveModels/FlightBooking.json rename to archive/samples/python/21.corebot-app-insights/cognitiveModels/FlightBooking.json diff --git a/samples/python/21.corebot-app-insights/config.py b/archive/samples/python/21.corebot-app-insights/config.py similarity index 100% rename from samples/python/21.corebot-app-insights/config.py rename to archive/samples/python/21.corebot-app-insights/config.py diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/readme.md diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/readme.md diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/python/21.corebot-app-insights/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/python/21.corebot-app-insights/dialogs/__init__.py b/archive/samples/python/21.corebot-app-insights/dialogs/__init__.py similarity index 100% rename from samples/python/21.corebot-app-insights/dialogs/__init__.py rename to archive/samples/python/21.corebot-app-insights/dialogs/__init__.py diff --git a/samples/python/21.corebot-app-insights/dialogs/booking_dialog.py b/archive/samples/python/21.corebot-app-insights/dialogs/booking_dialog.py similarity index 100% rename from samples/python/21.corebot-app-insights/dialogs/booking_dialog.py rename to archive/samples/python/21.corebot-app-insights/dialogs/booking_dialog.py diff --git a/samples/python/21.corebot-app-insights/dialogs/cancel_and_help_dialog.py b/archive/samples/python/21.corebot-app-insights/dialogs/cancel_and_help_dialog.py similarity index 100% rename from samples/python/21.corebot-app-insights/dialogs/cancel_and_help_dialog.py rename to archive/samples/python/21.corebot-app-insights/dialogs/cancel_and_help_dialog.py diff --git a/samples/python/21.corebot-app-insights/dialogs/date_resolver_dialog.py b/archive/samples/python/21.corebot-app-insights/dialogs/date_resolver_dialog.py similarity index 100% rename from samples/python/21.corebot-app-insights/dialogs/date_resolver_dialog.py rename to archive/samples/python/21.corebot-app-insights/dialogs/date_resolver_dialog.py diff --git a/samples/python/21.corebot-app-insights/dialogs/main_dialog.py b/archive/samples/python/21.corebot-app-insights/dialogs/main_dialog.py similarity index 100% rename from samples/python/21.corebot-app-insights/dialogs/main_dialog.py rename to archive/samples/python/21.corebot-app-insights/dialogs/main_dialog.py diff --git a/samples/python/21.corebot-app-insights/flight_booking_recognizer.py b/archive/samples/python/21.corebot-app-insights/flight_booking_recognizer.py similarity index 100% rename from samples/python/21.corebot-app-insights/flight_booking_recognizer.py rename to archive/samples/python/21.corebot-app-insights/flight_booking_recognizer.py diff --git a/samples/python/21.corebot-app-insights/helpers/__init__.py b/archive/samples/python/21.corebot-app-insights/helpers/__init__.py similarity index 100% rename from samples/python/21.corebot-app-insights/helpers/__init__.py rename to archive/samples/python/21.corebot-app-insights/helpers/__init__.py diff --git a/samples/python/21.corebot-app-insights/helpers/activity_helper.py b/archive/samples/python/21.corebot-app-insights/helpers/activity_helper.py similarity index 100% rename from samples/python/21.corebot-app-insights/helpers/activity_helper.py rename to archive/samples/python/21.corebot-app-insights/helpers/activity_helper.py diff --git a/samples/python/21.corebot-app-insights/helpers/dialog_helper.py b/archive/samples/python/21.corebot-app-insights/helpers/dialog_helper.py similarity index 100% rename from samples/python/21.corebot-app-insights/helpers/dialog_helper.py rename to archive/samples/python/21.corebot-app-insights/helpers/dialog_helper.py diff --git a/samples/python/21.corebot-app-insights/helpers/luis_helper.py b/archive/samples/python/21.corebot-app-insights/helpers/luis_helper.py similarity index 100% rename from samples/python/21.corebot-app-insights/helpers/luis_helper.py rename to archive/samples/python/21.corebot-app-insights/helpers/luis_helper.py diff --git a/samples/python/21.corebot-app-insights/requirements.txt b/archive/samples/python/21.corebot-app-insights/requirements.txt similarity index 96% rename from samples/python/21.corebot-app-insights/requirements.txt rename to archive/samples/python/21.corebot-app-insights/requirements.txt index 27ad00b8d2..b6da6e8a83 100644 --- a/samples/python/21.corebot-app-insights/requirements.txt +++ b/archive/samples/python/21.corebot-app-insights/requirements.txt @@ -1,13 +1,13 @@ -asyncio>=3.4.3 -requests==2.32.2 -botbuilder-core>=4.15.0 -botframework-connector>=4.15.0 -botbuilder-schema>=4.15.0 -botbuilder-dialogs>=4.15.0 -botbuilder-ai>=4.15.0 -botbuilder-applicationinsights>=4.15.0 -botbuilder-integration-applicationinsights-aiohttp>=4.15.0 -datatypes-date-time>=1.0.0.a1 -azure-cognitiveservices-language-luis>=0.2.0 -msrest>=0.6.10 - +asyncio>=3.4.3 +requests==2.32.2 +botbuilder-core>=4.15.0 +botframework-connector>=4.15.0 +botbuilder-schema>=4.15.0 +botbuilder-dialogs>=4.15.0 +botbuilder-ai>=4.15.0 +botbuilder-applicationinsights>=4.15.0 +botbuilder-integration-applicationinsights-aiohttp>=4.15.0 +datatypes-date-time>=1.0.0.a1 +azure-cognitiveservices-language-luis>=0.2.0 +msrest>=0.6.10 + From 6e0f464831876355301c1c895514c0904fb934b6 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Thu, 13 Feb 2025 18:00:56 -0300 Subject: [PATCH 09/13] Archive TS 13.core-bot sample --- .../samples}/typescript_nodejs/13.core-bot/.eslintrc.js | 0 .../samples}/typescript_nodejs/13.core-bot/.gitignore | 0 .../samples}/typescript_nodejs/13.core-bot/README.md | 0 .../13.core-bot/cognitiveModels/FlightBooking.json | 0 .../13.core-bot/deploymentScripts/linux/.deployment | 0 .../13.core-bot/deploymentScripts/linux/deploy.sh | 0 .../13.core-bot/deploymentScripts/webConfigPrep.js | 0 .../13.core-bot/deploymentScripts/windows/.deployment | 0 .../13.core-bot/deploymentScripts/windows/deploy.cmd | 0 .../parameters-for-template-AzureBot-with-rg.json | 0 .../parameters-for-template-BotApp-with-rg.json | 0 .../deployUseExistResourceGroup/readme.md | 0 .../template-AzureBot-with-rg.json | 0 .../template-BotApp-with-rg.json | 0 .../parameters-for-template-AzureBot-new-rg.json | 0 .../parameters-for-template-BotApp-new-rg.json | 0 .../deployWithNewResourceGroup/readme.md | 0 .../template-AzureBot-new-rg.json | 0 .../deployWithNewResourceGroup/template-BotApp-new-rg.json | 0 .../parameters-for-template-AzureBot-with-rg.json | 0 .../parameters-for-template-BotApp-with-rg.json | 0 .../linux/deployUseExistResourceGroup/readme.md | 0 .../template-AzureBot-with-rg.json | 0 .../template-BotApp-with-rg.json | 0 .../parameters-for-template-AzureBot-new-rg.json | 0 .../parameters-for-template-BotApp-new-rg.json | 0 .../linux/deployWithNewResourceGroup/readme.md | 0 .../template-AzureBot-new-rg.json | 0 .../deployWithNewResourceGroup/template-BotApp-new-rg.json | 0 .../samples}/typescript_nodejs/13.core-bot/package.json | 0 .../13.core-bot/resources/welcomeCard.json | 0 .../13.core-bot/src/bots/dialogAndWelcomeBot.ts | 0 .../typescript_nodejs/13.core-bot/src/bots/dialogBot.ts | 0 .../13.core-bot/src/dialogs/bookingDetails.ts | 0 .../13.core-bot/src/dialogs/bookingDialog.ts | 0 .../13.core-bot/src/dialogs/cancelAndHelpDialog.ts | 0 .../13.core-bot/src/dialogs/dateResolverDialog.ts | 0 .../13.core-bot/src/dialogs/flightBookingRecognizer.ts | 0 .../13.core-bot/src/dialogs/mainDialog.ts | 0 .../samples}/typescript_nodejs/13.core-bot/src/index.ts | 0 .../typescript_nodejs/13.core-bot/src/tests/README.md | 0 .../13.core-bot/src/tests/bots/dialogAndWelcomeBot.test.ts | 0 .../13.core-bot/src/tests/dialogs/bookingDialog.test.ts | 0 .../src/tests/dialogs/cancelAndHelpDialog.test.ts | 0 .../src/tests/dialogs/dateResolverDialog.test.ts | 0 .../13.core-bot/src/tests/dialogs/mainDialog.test.ts | 0 .../src/tests/dialogs/testData/bookingDialogTestCases.ts | 0 .../src/tests/dialogs/testData/dateResolverTestCases.ts | 0 .../13.core-bot/testResources/FlightFromCdgToJfk.json | 0 .../testResources/FlightFromMadridToChicago.json | 0 .../testResources/FlightFromParisToNewYork.json | 0 .../13.core-bot/testResources/FlightToMadrid.json | 0 .../samples}/typescript_nodejs/13.core-bot/tsconfig.json | 0 samples/typescript_nodejs/13.core-bot/.env | 7 ------- 54 files changed, 7 deletions(-) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/.eslintrc.js (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/.gitignore (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/README.md (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentScripts/linux/.deployment (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentScripts/webConfigPrep.js (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentScripts/windows/.deployment (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/package.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/resources/welcomeCard.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/bots/dialogAndWelcomeBot.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/bots/dialogBot.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/dialogs/bookingDetails.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/dialogs/bookingDialog.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/dialogs/cancelAndHelpDialog.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/dialogs/dateResolverDialog.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/dialogs/flightBookingRecognizer.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/dialogs/mainDialog.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/index.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/tests/README.md (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/tests/bots/dialogAndWelcomeBot.test.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/tests/dialogs/bookingDialog.test.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/tests/dialogs/cancelAndHelpDialog.test.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/tests/dialogs/dateResolverDialog.test.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/tests/dialogs/mainDialog.test.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/bookingDialogTestCases.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/dateResolverTestCases.ts (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/testResources/FlightFromCdgToJfk.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/testResources/FlightFromMadridToChicago.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/testResources/FlightFromParisToNewYork.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/testResources/FlightToMadrid.json (100%) rename {samples => archive/samples}/typescript_nodejs/13.core-bot/tsconfig.json (100%) delete mode 100644 samples/typescript_nodejs/13.core-bot/.env diff --git a/samples/typescript_nodejs/13.core-bot/.eslintrc.js b/archive/samples/typescript_nodejs/13.core-bot/.eslintrc.js similarity index 100% rename from samples/typescript_nodejs/13.core-bot/.eslintrc.js rename to archive/samples/typescript_nodejs/13.core-bot/.eslintrc.js diff --git a/samples/typescript_nodejs/13.core-bot/.gitignore b/archive/samples/typescript_nodejs/13.core-bot/.gitignore similarity index 100% rename from samples/typescript_nodejs/13.core-bot/.gitignore rename to archive/samples/typescript_nodejs/13.core-bot/.gitignore diff --git a/samples/typescript_nodejs/13.core-bot/README.md b/archive/samples/typescript_nodejs/13.core-bot/README.md similarity index 100% rename from samples/typescript_nodejs/13.core-bot/README.md rename to archive/samples/typescript_nodejs/13.core-bot/README.md diff --git a/samples/typescript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json b/archive/samples/typescript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json rename to archive/samples/typescript_nodejs/13.core-bot/cognitiveModels/FlightBooking.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentScripts/linux/.deployment b/archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/linux/.deployment similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentScripts/linux/.deployment rename to archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/linux/.deployment diff --git a/samples/typescript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh b/archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh rename to archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/linux/deploy.sh diff --git a/samples/typescript_nodejs/13.core-bot/deploymentScripts/webConfigPrep.js b/archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/webConfigPrep.js similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentScripts/webConfigPrep.js rename to archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/webConfigPrep.js diff --git a/samples/typescript_nodejs/13.core-bot/deploymentScripts/windows/.deployment b/archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/windows/.deployment similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentScripts/windows/.deployment rename to archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/windows/.deployment diff --git a/samples/typescript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd b/archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd rename to archive/samples/typescript_nodejs/13.core-bot/deploymentScripts/windows/deploy.cmd diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/readme.md diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/readme.md diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/deployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-AzureBot-with-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/readme.md diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-AzureBot-with-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployUseExistResourceGroup/template-BotApp-with-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-AzureBot-new-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/readme.md diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-AzureBot-new-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json b/archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json rename to archive/samples/typescript_nodejs/13.core-bot/deploymentTemplates/linux/deployWithNewResourceGroup/template-BotApp-new-rg.json diff --git a/samples/typescript_nodejs/13.core-bot/package.json b/archive/samples/typescript_nodejs/13.core-bot/package.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/package.json rename to archive/samples/typescript_nodejs/13.core-bot/package.json diff --git a/samples/typescript_nodejs/13.core-bot/resources/welcomeCard.json b/archive/samples/typescript_nodejs/13.core-bot/resources/welcomeCard.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/resources/welcomeCard.json rename to archive/samples/typescript_nodejs/13.core-bot/resources/welcomeCard.json diff --git a/samples/typescript_nodejs/13.core-bot/src/bots/dialogAndWelcomeBot.ts b/archive/samples/typescript_nodejs/13.core-bot/src/bots/dialogAndWelcomeBot.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/bots/dialogAndWelcomeBot.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/bots/dialogAndWelcomeBot.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/bots/dialogBot.ts b/archive/samples/typescript_nodejs/13.core-bot/src/bots/dialogBot.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/bots/dialogBot.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/bots/dialogBot.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/dialogs/bookingDetails.ts b/archive/samples/typescript_nodejs/13.core-bot/src/dialogs/bookingDetails.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/dialogs/bookingDetails.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/dialogs/bookingDetails.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/dialogs/bookingDialog.ts b/archive/samples/typescript_nodejs/13.core-bot/src/dialogs/bookingDialog.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/dialogs/bookingDialog.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/dialogs/bookingDialog.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/dialogs/cancelAndHelpDialog.ts b/archive/samples/typescript_nodejs/13.core-bot/src/dialogs/cancelAndHelpDialog.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/dialogs/cancelAndHelpDialog.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/dialogs/cancelAndHelpDialog.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/dialogs/dateResolverDialog.ts b/archive/samples/typescript_nodejs/13.core-bot/src/dialogs/dateResolverDialog.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/dialogs/dateResolverDialog.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/dialogs/dateResolverDialog.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/dialogs/flightBookingRecognizer.ts b/archive/samples/typescript_nodejs/13.core-bot/src/dialogs/flightBookingRecognizer.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/dialogs/flightBookingRecognizer.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/dialogs/flightBookingRecognizer.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/dialogs/mainDialog.ts b/archive/samples/typescript_nodejs/13.core-bot/src/dialogs/mainDialog.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/dialogs/mainDialog.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/dialogs/mainDialog.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/index.ts b/archive/samples/typescript_nodejs/13.core-bot/src/index.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/index.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/index.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/tests/README.md b/archive/samples/typescript_nodejs/13.core-bot/src/tests/README.md similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/tests/README.md rename to archive/samples/typescript_nodejs/13.core-bot/src/tests/README.md diff --git a/samples/typescript_nodejs/13.core-bot/src/tests/bots/dialogAndWelcomeBot.test.ts b/archive/samples/typescript_nodejs/13.core-bot/src/tests/bots/dialogAndWelcomeBot.test.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/tests/bots/dialogAndWelcomeBot.test.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/tests/bots/dialogAndWelcomeBot.test.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/bookingDialog.test.ts b/archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/bookingDialog.test.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/tests/dialogs/bookingDialog.test.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/bookingDialog.test.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/cancelAndHelpDialog.test.ts b/archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/cancelAndHelpDialog.test.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/tests/dialogs/cancelAndHelpDialog.test.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/cancelAndHelpDialog.test.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/dateResolverDialog.test.ts b/archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/dateResolverDialog.test.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/tests/dialogs/dateResolverDialog.test.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/dateResolverDialog.test.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/mainDialog.test.ts b/archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/mainDialog.test.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/tests/dialogs/mainDialog.test.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/mainDialog.test.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/bookingDialogTestCases.ts b/archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/bookingDialogTestCases.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/bookingDialogTestCases.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/bookingDialogTestCases.ts diff --git a/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/dateResolverTestCases.ts b/archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/dateResolverTestCases.ts similarity index 100% rename from samples/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/dateResolverTestCases.ts rename to archive/samples/typescript_nodejs/13.core-bot/src/tests/dialogs/testData/dateResolverTestCases.ts diff --git a/samples/typescript_nodejs/13.core-bot/testResources/FlightFromCdgToJfk.json b/archive/samples/typescript_nodejs/13.core-bot/testResources/FlightFromCdgToJfk.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/testResources/FlightFromCdgToJfk.json rename to archive/samples/typescript_nodejs/13.core-bot/testResources/FlightFromCdgToJfk.json diff --git a/samples/typescript_nodejs/13.core-bot/testResources/FlightFromMadridToChicago.json b/archive/samples/typescript_nodejs/13.core-bot/testResources/FlightFromMadridToChicago.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/testResources/FlightFromMadridToChicago.json rename to archive/samples/typescript_nodejs/13.core-bot/testResources/FlightFromMadridToChicago.json diff --git a/samples/typescript_nodejs/13.core-bot/testResources/FlightFromParisToNewYork.json b/archive/samples/typescript_nodejs/13.core-bot/testResources/FlightFromParisToNewYork.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/testResources/FlightFromParisToNewYork.json rename to archive/samples/typescript_nodejs/13.core-bot/testResources/FlightFromParisToNewYork.json diff --git a/samples/typescript_nodejs/13.core-bot/testResources/FlightToMadrid.json b/archive/samples/typescript_nodejs/13.core-bot/testResources/FlightToMadrid.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/testResources/FlightToMadrid.json rename to archive/samples/typescript_nodejs/13.core-bot/testResources/FlightToMadrid.json diff --git a/samples/typescript_nodejs/13.core-bot/tsconfig.json b/archive/samples/typescript_nodejs/13.core-bot/tsconfig.json similarity index 100% rename from samples/typescript_nodejs/13.core-bot/tsconfig.json rename to archive/samples/typescript_nodejs/13.core-bot/tsconfig.json diff --git a/samples/typescript_nodejs/13.core-bot/.env b/samples/typescript_nodejs/13.core-bot/.env deleted file mode 100644 index 98a9adcd35..0000000000 --- a/samples/typescript_nodejs/13.core-bot/.env +++ /dev/null @@ -1,7 +0,0 @@ -MicrosoftAppType= -MicrosoftAppId= -MicrosoftAppPassword= -MicrosoftAppTenantId= -LuisAppId= -LuisAPIKey= -LuisAPIHostName= From 107e12ff4c57db95384bbf5b81032f63c63cb623 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Wed, 12 Feb 2025 16:58:53 -0300 Subject: [PATCH 10/13] Update README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e6dd5161e3..ea7a27635c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Samples are designed to illustrate functionality you'll need to implement to bui |6|Using cards | Introduces all card types including thumbnail, audio, media etc. Builds on Welcoming user + multi-prompt bot by presenting a card with buttons in welcome message that route to appropriate dialog. |[.NET Core][cs#6] |[JavaScript][js#6], [TypeScript][ts#6] |[Python][py#6]|[Java][java#6] |7|Adaptive cards | Demonstrates how the multi-turn dialog can use a card to get user input for name and age. |[.NET Core][cs#7] |[JavaScript][js#7] |[Python][py#7]|[Java][java#7] |8|Suggested actions | Demonstrates how to enable your bot to present buttons that the user can tap to provide input. |[.NET Core][cs#8] |[JavaScript][js#8] |[Python][py#8]|[Java][java#8] -|13|Core bot | Core bot shows how to use cards, dialog, and Language Understanding (LUIS). |[.NET Core][cs#13], [.NET Web][wa#13]|[JavaScript][js#13], [TypeScript][ts#13]|[Python][py#13]|[Java][java#13] |15|Handling attachments| Demonstrates how to listen for/handle user provided attachments. |[.NET Core][cs#15]|[JavaScript][js#15]|[Python][py#15]|[Java][java#15] |40|TIMEX resolution | Demonstrates various ways to parse and manipulate the TIMEX expressions you get from LUIS and the [DateTimeRecognizer](https://github.com/Microsoft/recognizers-text) used by the DateTimePrompt. |[.NET Core][cs#40] |[JavaScript][js#40]|[Python][py#40]|[Java][java#40] |43|Complex dialogs | Demonstrates different ways for composing dialogs. |[.NET Core][cs#43]|[JavaScript][js#43] |[Python][py#43]|[Java][java#43] @@ -61,7 +60,6 @@ Samples are designed to illustrate functionality you'll need to implement to bui |16|Proactive messages | Demonstrates how to send proactive messages to users. |[.NET Core][cs#16]|[JavaScript][js#16], [TypeScript][ts#16]|[Python][py#16]|[Java][java#16] |17|Multilingual bot | Using translate middleware to support a multi-lingual bot. Demonstrates custom middleware. |[.NET Core][cs#17]|[JavaScript][js#17]|[Python][py#17]|[Java][java#17] |19|Custom dialogs | Demonstrates complex conversation flow using the Dialogs library. |[.NET Core][cs#19]|[JavaScript][js#19]|[Python][py#19]|[Java][java#19] -|21|Application Insights | Demonstrates how to add telemetry logging to your bot, storing telemetry within Application Insights.|[.NET Core][cs#21] |[JavaScript][js#21] ||[Java][java#21] |23|Facebook events | Integrate and consume Facebook specific payloads, such as post-backs, quick replies and opt-in events.|[.NET Core][cs#23] |[JavaScript][js#23] |[Python][py#23]|[Java][java#23] |42|Scale out | Demonstrates how you can build your own state solution from the ground up that supports scaled out deployment with ETag based optimistic locking. |[.NET Core][cs#42] | |[Python][py#42]|[Java][java#42] |44|Basic custom prompts | Demonstrates how to implement your own _basic_ prompts to ask the user for information. |[.NET Core][cs#44]|[JavaScript][js#44]|[Python][py#44]|[Java][java#44] From fc208a48d58176b07a203a685dc2383effad1137 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Wed, 5 Mar 2025 10:09:47 -0300 Subject: [PATCH 11/13] Revert gitignore change --- archive/samples/javascript_nodejs/13.core-bot/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archive/samples/javascript_nodejs/13.core-bot/.gitignore b/archive/samples/javascript_nodejs/13.core-bot/.gitignore index 1936195dcc..faf84ac400 100644 --- a/archive/samples/javascript_nodejs/13.core-bot/.gitignore +++ b/archive/samples/javascript_nodejs/13.core-bot/.gitignore @@ -1,3 +1,4 @@ node_modules/ .nyc_output/ -.vscode/ \ No newline at end of file +.vscode/ +.env \ No newline at end of file From 6ba3885fc6078f89d56cee829db918555e85eb90 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Wed, 5 Mar 2025 10:15:14 -0300 Subject: [PATCH 12/13] Fix README's table --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7558b978cd..1a12acf691 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ Samples are designed to illustrate functionality you'll need to implement to bui |16|Proactive messages | Demonstrates how to send proactive messages to users. |[.NET Core][cs#16]|[JavaScript][js#16], [TypeScript][ts#16]|[Python][py#16] |17|Multilingual bot | Using translate middleware to support a multi-lingual bot. Demonstrates custom middleware. |[.NET Core][cs#17]|[JavaScript][js#17]|[Python][py#17] |19|Custom dialogs | Demonstrates complex conversation flow using the Dialogs library. |[.NET Core][cs#19]|[JavaScript][js#19]|[Python][py#19] -|21|Application Insights | Demonstrates how to add telemetry logging to your bot, storing telemetry within Application Insights.|[.NET Core][cs#21] |[JavaScript][js#21] | |23|Facebook events | Integrate and consume Facebook specific payloads, such as post-backs, quick replies and opt-in events.|[.NET Core][cs#23] |[JavaScript][js#23] |[Python][py#23] |42|Scale out | Demonstrates how you can build your own state solution from the ground up that supports scaled out deployment with ETag based optimistic locking. |[.NET Core][cs#42] | |[Python][py#42] |44|Basic custom prompts | Demonstrates how to implement your own _basic_ prompts to ask the user for information. |[.NET Core][cs#44]|[JavaScript][js#44]|[Python][py#44] @@ -87,11 +86,11 @@ Samples are designed to illustrate functionality you'll need to implement to bui ### Skills samples -| | Sample Name | Description | .NET | JavaScript | Python | Java +| | Sample Name | Description | .NET | JavaScript | Python | |:--:|:----------------------|:---------------------------------------------------------------------------------|:--------|:-------------|:--------| |80|Skills - simple bot to bot | This sample shows how to connect a skill to a skill consumer. | [.NET Core][cs#80] | [JavaScript][js#80] |[Python][py#80] |81|Skills - skill dialog | This sample shows how to connect a skill to a skill dialog consumer.| [.NET Core][cs#81] | [JavaScript][js#81] |[Python][py#81] -|82|Skills - SSO with CloudAdapter | This sample shows how use SSO with skills and CloudAdapter.| [.NET Core][cs#82] | [JavaScript][js#82] |NA |NA +|82|Skills - SSO with CloudAdapter | This sample shows how use SSO with skills and CloudAdapter.| [.NET Core][cs#82] | [JavaScript][js#82] |NA ### Experimental / preview samples A [collection of **experimental** samples](./experimental) exist, intended to provide samples for features currently in preview or as a way to solicit feedback on a given design, approach, or technology being considered by the Bot Framework Team. From c9bb17fa7f2d8b2c5998313b9b0ff09b3ba3ea66 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Wed, 5 Mar 2025 11:10:39 -0300 Subject: [PATCH 13/13] Remove project from solution --- samples/csharp_dotnetcore/csharp_dotnetcore.sln | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/samples/csharp_dotnetcore/csharp_dotnetcore.sln b/samples/csharp_dotnetcore/csharp_dotnetcore.sln index 650f3a3872..200f7a08ae 100644 --- a/samples/csharp_dotnetcore/csharp_dotnetcore.sln +++ b/samples/csharp_dotnetcore/csharp_dotnetcore.sln @@ -15,8 +15,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCardsBot", "07.usin EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuggestedActionsBot", "08.suggested-actions\SuggestedActionsBot.csproj", "{9C70CB81-4403-41B8-ABB8-72497061DDB0}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreBot", "13.core-bot\CoreBot.csproj", "{8FAE502C-68A1-47E8-9761-BCEA491BA4AA}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HandlingAttachmentsBot", "15.handling-attachments\HandlingAttachmentsBot.csproj", "{7E6046AF-DBF2-40E2-8ABA-A0537F76695A}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProactiveBot", "16.proactive-messages\ProactiveBot.csproj", "{79D2CAED-880B-4FAE-8777-5A37606E5F48}" @@ -144,14 +142,6 @@ Global {9C70CB81-4403-41B8-ABB8-72497061DDB0}.Release|Any CPU.Build.0 = Release|Any CPU {9C70CB81-4403-41B8-ABB8-72497061DDB0}.Release|x64.ActiveCfg = Release|Any CPU {9C70CB81-4403-41B8-ABB8-72497061DDB0}.Release|x64.Build.0 = Release|Any CPU - {8FAE502C-68A1-47E8-9761-BCEA491BA4AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8FAE502C-68A1-47E8-9761-BCEA491BA4AA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8FAE502C-68A1-47E8-9761-BCEA491BA4AA}.Debug|x64.ActiveCfg = Debug|Any CPU - {8FAE502C-68A1-47E8-9761-BCEA491BA4AA}.Debug|x64.Build.0 = Debug|Any CPU - {8FAE502C-68A1-47E8-9761-BCEA491BA4AA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8FAE502C-68A1-47E8-9761-BCEA491BA4AA}.Release|Any CPU.Build.0 = Release|Any CPU - {8FAE502C-68A1-47E8-9761-BCEA491BA4AA}.Release|x64.ActiveCfg = Release|Any CPU - {8FAE502C-68A1-47E8-9761-BCEA491BA4AA}.Release|x64.Build.0 = Release|Any CPU {7E6046AF-DBF2-40E2-8ABA-A0537F76695A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7E6046AF-DBF2-40E2-8ABA-A0537F76695A}.Debug|Any CPU.Build.0 = Debug|Any CPU {7E6046AF-DBF2-40E2-8ABA-A0537F76695A}.Debug|x64.ActiveCfg = Debug|Any CPU