-
Notifications
You must be signed in to change notification settings - Fork 529
inject all body items in GetCardResponse (#1710) #1729
Conversation
if (!string.IsNullOrEmpty(containerName)) | ||
{ | ||
var itemsContainer = emailOverviewCard.Body.Find(item => item.Id == containerName); | ||
var itemsContainer = mainCard.Body.Find(item => item.Id == containerName); | ||
if ((itemsContainer != null) && itemsContainer is AdaptiveContainer) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's declare a variable here with
itemsContainer is AdaptiveContainer adaptiveContainer
so we can use it later on line 186 instead of doing the cast again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, pushed.
d18d263
to
356de25
Compare
{ | ||
var itemsAdaptiveContainer = itemsContainer as AdaptiveContainer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line #180 is not needed. you can do this in line 178:
if (itemsContainer is AdaptiveContainer itemsAdaptiveContainer) and you can just use 'itemsAdaptiveContainer' going forward
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks!
356de25
to
fa3167f
Compare
* blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * merged latest upstream changes * fixes #1755 Clean up test events in sidebar * updated build gradle after Android Studio Update * latest upstream changes (#16) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * Return checklist to PR template (#1801) * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Fixed some typos (#1816) * updated documentation * fixed merge * continued fixing merge issues * additional merge-fixed files * latest upstream updates (#18) * Delete _config.yml Remove unused Github Pages file * Add skills folder (#1825) * Add files via upload * Deployment Cleanup for templates (#1823) * updated VA deployment scripts * updated skill template * Remove hardcoded values in ARM template (#1813) * Remove hardcoded values in ARM template - Default value for parameters "appInsightsLocation" - Use parameter value for QnAMaker service * Changed back QnaMaker to westus * Reduce QnA KB items across all templates (#1834) * reduce qna items across C# and QnA Templates + Samples * Updated Virtual Assistant template/sample FAQ QnA with new content for information on VA & Skills. Machine translated to EFIGS+ZH * [Virtual Assistant] Remove Linked Accounts action in IntroCards (#1840) * Remove Linked Accounts action in TypeScript * Remove Linked Accounts action in C# * Replace the path of the pipeline with the root (#1841) * [TypeScript][BotBuilder Libs] Migrate latest functionalities (#1842) * Update botbuilder-libs * Migrate TypeScript implementation (ref 478d627) * Fix tests * Fix ESLint issues * inject all body items in GetCardResponse (#1710) (#1729) * Update README.md * Update deployment message (#1817) * VA Template - New Deployment Features (#1843) * updated VA deployment scripts * updated skill template * updated deployment scripts: - lite arm template - fix luis region mismatch - add unique suffix to service names - add quotes around appId - removed hardcoded appinsights region - fix for underscores in service name * add comments for local lite development * updated to latest luisgen format * update to fix luis region issue * updated template deployment scripts * template updates * updated project template file * added typescript files back * Update automotive.lu * added typescript files back * ts fixes * Update todo.lu * Update todo.lu * Update pointofinterest.lu * Update automotive.lu * Update calendar.lu * Update calendar.lu * Update automotive.lu * Update todo.lu * Update pointofinterest.lu * Update restaurant.lu * Update restaurant.lu * updated typescript files * Update restaurant.lu * Update restaurant.lu * ts fix * ts fix * added useLuisGen flag to update script (for build pipeline) * updated documentation (#19) * updated documentation * documentation update
* blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b6d5ff02d81f12d433e6218770d32f1cdd. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * merged latest upstream changes * fixes #1755 Clean up test events in sidebar * updated build gradle after Android Studio Update * latest upstream changes (#16) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b6d5ff02d81f12d433e6218770d32f1cdd. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * Return checklist to PR template (#1801) * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Fixed some typos (#1816) * updated documentation * fixed merge * continued fixing merge issues * additional merge-fixed files * updated documentation * documentation update * latest upstream updates (#18) * Delete _config.yml Remove unused Github Pages file * Add skills folder (#1825) * Add files via upload * Deployment Cleanup for templates (#1823) * updated VA deployment scripts * updated skill template * Remove hardcoded values in ARM template (#1813) * Remove hardcoded values in ARM template - Default value for parameters "appInsightsLocation" - Use parameter value for QnAMaker service * Changed back QnaMaker to westus * Reduce QnA KB items across all templates (#1834) * reduce qna items across C# and QnA Templates + Samples * Updated Virtual Assistant template/sample FAQ QnA with new content for information on VA & Skills. Machine translated to EFIGS+ZH * [Virtual Assistant] Remove Linked Accounts action in IntroCards (#1840) * Remove Linked Accounts action in TypeScript * Remove Linked Accounts action in C# * Replace the path of the pipeline with the root (#1841) * [TypeScript][BotBuilder Libs] Migrate latest functionalities (#1842) * Update botbuilder-libs * Migrate TypeScript implementation (ref 478d62789217b44f2f51e10b82aaf565eeddec4f) * Fix tests * Fix ESLint issues * inject all body items in GetCardResponse (#1710) (#1729) * Update README.md * Update deployment message (#1817) * VA Template - New Deployment Features (#1843) * updated VA deployment scripts * updated skill template * updated deployment scripts: - lite arm template - fix luis region mismatch - add unique suffix to service names - add quotes around appId - removed hardcoded appinsights region - fix for underscores in service name * add comments for local lite development * updated to latest luisgen format * update to fix luis region issue * updated template deployment scripts * template updates * updated project template file * added typescript files back * Update automotive.lu * added typescript files back * ts fixes * Update todo.lu * Update todo.lu * Update pointofinterest.lu * Update automotive.lu * Update calendar.lu * Update calendar.lu * Update automotive.lu * Update todo.lu * Update pointofinterest.lu * Update restaurant.lu * Update restaurant.lu * updated typescript files * Update restaurant.lu * Update restaurant.lu * ts fix * ts fix * added useLuisGen flag to update script (for build pipeline) * updated documentation (#19) * updated documentation * documentation update * Latest Android Updates (#1828) (#20) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fi…
* blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b6d5ff02d81f12d433e6218770d32f1cdd. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * merged latest upstream changes * fixes #1755 Clean up test events in sidebar * updated build gradle after Android Studio Update * latest upstream changes (#16) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b6d5ff02d81f12d433e6218770d32f1cdd. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * Return checklist to PR template (#1801) * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Fixed some typos (#1816) * updated documentation * fixed merge * continued fixing merge issues * additional merge-fixed files * updated documentation * documentation update * latest upstream updates (#18) * Delete _config.yml Remove unused Github Pages file * Add skills folder (#1825) * Add files via upload * Deployment Cleanup for templates (#1823) * updated VA deployment scripts * updated skill template * Remove hardcoded values in ARM template (#1813) * Remove hardcoded values in ARM template - Default value for parameters "appInsightsLocation" - Use parameter value for QnAMaker service * Changed back QnaMaker to westus * Reduce QnA KB items across all templates (#1834) * reduce qna items across C# and QnA Templates + Samples * Updated Virtual Assistant template/sample FAQ QnA with new content for information on VA & Skills. Machine translated to EFIGS+ZH * [Virtual Assistant] Remove Linked Accounts action in IntroCards (#1840) * Remove Linked Accounts action in TypeScript * Remove Linked Accounts action in C# * Replace the path of the pipeline with the root (#1841) * [TypeScript][BotBuilder Libs] Migrate latest functionalities (#1842) * Update botbuilder-libs * Migrate TypeScript implementation (ref 478d62789217b44f2f51e10b82aaf565eeddec4f) * Fix tests * Fix ESLint issues * inject all body items in GetCardResponse (#1710) (#1729) * Update README.md * Update deployment message (#1817) * VA Template - New Deployment Features (#1843) * updated VA deployment scripts * updated skill template * updated deployment scripts: - lite arm template - fix luis region mismatch - add unique suffix to service names - add quotes around appId - removed hardcoded appinsights region - fix for underscores in service name * add comments for local lite development * updated to latest luisgen format * update to fix luis region issue * updated template deployment scripts * template updates * updated project template file * added typescript files back * Update automotive.lu * added typescript files back * ts fixes * Update todo.lu * Update todo.lu * Update pointofinterest.lu * Update automotive.lu * Update calendar.lu * Update calendar.lu * Update automotive.lu * Update todo.lu * Update pointofinterest.lu * Update restaurant.lu * Update restaurant.lu * updated typescript files * Update restaurant.lu * Update restaurant.lu * ts fix * ts fix * added useLuisGen flag to update script (for build pipeline) * updated documentation (#19) * updated documentation * documentation update * Latest Android Updates (#1828) (#20) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fi…
* blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * merged latest upstream changes * fixes #1755 Clean up test events in sidebar * updated build gradle after Android Studio Update * latest upstream changes (#16) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * Return checklist to PR template (#1801) * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Fixed some typos (#1816) * updated documentation * fixed merge * continued fixing merge issues * additional merge-fixed files * latest upstream updates (#18) * Delete _config.yml Remove unused Github Pages file * Add skills folder (#1825) * Add files via upload * Deployment Cleanup for templates (#1823) * updated VA deployment scripts * updated skill template * Remove hardcoded values in ARM template (#1813) * Remove hardcoded values in ARM template - Default value for parameters "appInsightsLocation" - Use parameter value for QnAMaker service * Changed back QnaMaker to westus * Reduce QnA KB items across all templates (#1834) * reduce qna items across C# and QnA Templates + Samples * Updated Virtual Assistant template/sample FAQ QnA with new content for information on VA & Skills. Machine translated to EFIGS+ZH * [Virtual Assistant] Remove Linked Accounts action in IntroCards (#1840) * Remove Linked Accounts action in TypeScript * Remove Linked Accounts action in C# * Replace the path of the pipeline with the root (#1841) * [TypeScript][BotBuilder Libs] Migrate latest functionalities (#1842) * Update botbuilder-libs * Migrate TypeScript implementation (ref 478d627) * Fix tests * Fix ESLint issues * inject all body items in GetCardResponse (#1710) (#1729) * Update README.md * Update deployment message (#1817) * VA Template - New Deployment Features (#1843) * updated VA deployment scripts * updated skill template * updated deployment scripts: - lite arm template - fix luis region mismatch - add unique suffix to service names - add quotes around appId - removed hardcoded appinsights region - fix for underscores in service name * add comments for local lite development * updated to latest luisgen format * update to fix luis region issue * updated template deployment scripts * template updates * updated project template file * added typescript files back * Update automotive.lu * added typescript files back * ts fixes * Update todo.lu * Update todo.lu * Update pointofinterest.lu * Update automotive.lu * Update calendar.lu * Update calendar.lu * Update automotive.lu * Update todo.lu * Update pointofinterest.lu * Update restaurant.lu * Update restaurant.lu * updated typescript files * Update restaurant.lu * Update restaurant.lu * ts fix * ts fix * added useLuisGen flag to update script (for build pipeline) * updated documentation (#19) * updated documentation * documentation update
* blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b6d5ff02d81f12d433e6218770d32f1cdd. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * merged latest upstream changes * fixes #1755 Clean up test events in sidebar * updated build gradle after Android Studio Update * latest upstream changes (#16) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b6d5ff02d81f12d433e6218770d32f1cdd. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * Return checklist to PR template (#1801) * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Fixed some typos (#1816) * updated documentation * fixed merge * continued fixing merge issues * additional merge-fixed files * updated documentation * documentation update * latest upstream updates (#18) * Delete _config.yml Remove unused Github Pages file * Add skills folder (#1825) * Add files via upload * Deployment Cleanup for templates (#1823) * updated VA deployment scripts * updated skill template * Remove hardcoded values in ARM template (#1813) * Remove hardcoded values in ARM template - Default value for parameters "appInsightsLocation" - Use parameter value for QnAMaker service * Changed back QnaMaker to westus * Reduce QnA KB items across all templates (#1834) * reduce qna items across C# and QnA Templates + Samples * Updated Virtual Assistant template/sample FAQ QnA with new content for information on VA & Skills. Machine translated to EFIGS+ZH * [Virtual Assistant] Remove Linked Accounts action in IntroCards (#1840) * Remove Linked Accounts action in TypeScript * Remove Linked Accounts action in C# * Replace the path of the pipeline with the root (#1841) * [TypeScript][BotBuilder Libs] Migrate latest functionalities (#1842) * Update botbuilder-libs * Migrate TypeScript implementation (ref 478d62789217b44f2f51e10b82aaf565eeddec4f) * Fix tests * Fix ESLint issues * inject all body items in GetCardResponse (#1710) (#1729) * Update README.md * Update deployment message (#1817) * VA Template - New Deployment Features (#1843) * updated VA deployment scripts * updated skill template * updated deployment scripts: - lite arm template - fix luis region mismatch - add unique suffix to service names - add quotes around appId - removed hardcoded appinsights region - fix for underscores in service name * add comments for local lite development * updated to latest luisgen format * update to fix luis region issue * updated template deployment scripts * template updates * updated project template file * added typescript files back * Update automotive.lu * added typescript files back * ts fixes * Update todo.lu * Update todo.lu * Update pointofinterest.lu * Update automotive.lu * Update calendar.lu * Update calendar.lu * Update automotive.lu * Update todo.lu * Update pointofinterest.lu * Update restaurant.lu * Update restaurant.lu * updated typescript files * Update restaurant.lu * Update restaurant.lu * ts fix * ts fix * added useLuisGen flag to update script (for build pipeline) * updated documentation (#19) * updated documentation * documentation update * Latest Android Updates (#1828) (#20) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fi…
* blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b6d5ff02d81f12d433e6218770d32f1cdd. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * merged latest upstream changes * fixes #1755 Clean up test events in sidebar * updated build gradle after Android Studio Update * latest upstream changes (#16) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * use geographyV2 and submit action in poi (#1662)(#1587) (#1713) * only use LUIS at the beginning when address and keyword are provided * use geographyV2 when address is empty * use Action.Submit for POI. However, it will always submit the content when clicked * submit as ConfirmPrompt for single choice * use SelectPointOfInterestPrompt for multiple routes * add handle actions step (#1635) * use image with route (#1332) (#1733) * update POISharedResponses and some card.json (#1791) (#1792) Bing translated.. * [DO NOT MERGE] Updated ToDo skill deployment scripts (#1743) * updated deployment scripts * Revert "updated deployment scripts" This reverts commit 012b26b6d5ff02d81f12d433e6218770d32f1cdd. * updated to do deployment scripts * updated arm template * updated sample cognitivemodels.json * fixed casing of ToDoLuis to camel case * updated luis gen to camel casing * updated arm template and appsettings.json * fixed capitalization in arm template * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * Rename general.lu to General.lu * Rename todo.lu to ToDo.lu * updated to do luisgen file * Update template.json * Update template.json * Update template.json * fixed tests * Update CODEOWNERS (#1800) * Update Email deployment scripts (#1744) * updated deployment scripts * fixed capitalization * moved settings out of properties array * updated arm template * fixed tests * updated luis gen file to latest * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Rename email.lu to Email.lu * Rename general.lu to General.lu * Update Email.lu * Update Email.lu * Update speechenablement.md Close #1810 , #1811 * Return checklist to PR template (#1801) * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Fixed some typos (#1816) * updated documentation * fixed merge * continued fixing merge issues * additional merge-fixed files * updated documentation * documentation update * latest upstream updates (#18) * Delete _config.yml Remove unused Github Pages file * Add skills folder (#1825) * Add files via upload * Deployment Cleanup for templates (#1823) * updated VA deployment scripts * updated skill template * Remove hardcoded values in ARM template (#1813) * Remove hardcoded values in ARM template - Default value for parameters "appInsightsLocation" - Use parameter value for QnAMaker service * Changed back QnaMaker to westus * Reduce QnA KB items across all templates (#1834) * reduce qna items across C# and QnA Templates + Samples * Updated Virtual Assistant template/sample FAQ QnA with new content for information on VA & Skills. Machine translated to EFIGS+ZH * [Virtual Assistant] Remove Linked Accounts action in IntroCards (#1840) * Remove Linked Accounts action in TypeScript * Remove Linked Accounts action in C# * Replace the path of the pipeline with the root (#1841) * [TypeScript][BotBuilder Libs] Migrate latest functionalities (#1842) * Update botbuilder-libs * Migrate TypeScript implementation (ref 478d62789217b44f2f51e10b82aaf565eeddec4f) * Fix tests * Fix ESLint issues * inject all body items in GetCardResponse (#1710) (#1729) * Update README.md * Update deployment message (#1817) * VA Template - New Deployment Features (#1843) * updated VA deployment scripts * updated skill template * updated deployment scripts: - lite arm template - fix luis region mismatch - add unique suffix to service names - add quotes around appId - removed hardcoded appinsights region - fix for underscores in service name * add comments for local lite development * updated to latest luisgen format * update to fix luis region issue * updated template deployment scripts * template updates * updated project template file * added typescript files back * Update automotive.lu * added typescript files back * ts fixes * Update todo.lu * Update todo.lu * Update pointofinterest.lu * Update automotive.lu * Update calendar.lu * Update calendar.lu * Update automotive.lu * Update todo.lu * Update pointofinterest.lu * Update restaurant.lu * Update restaurant.lu * updated typescript files * Update restaurant.lu * Update restaurant.lu * ts fix * ts fix * added useLuisGen flag to update script (for build pipeline) * updated documentation (#19) * updated documentation * documentation update * Latest Android Updates (#1828) (#20) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * Latest Android Assistant updates (#1771) (#14) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps * updated LocationProvider to function without Play Store installed * added missing fields to Activity model * fixed spaces in InputHints model * pulling latest upstream changes (#15) * Latest Android Assistant updates (#1771) * blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fi…
Purpose
What is the context of this pull request? Why is it being done?
Close #1710 .
All body items should be injected.
If AdaptiveCard could be converted to AdaptiveContainer, the injection could be more consistent..
Changes
Are there any changes that need to be called out as significant or particularly difficult to grasp?
Include illustrative screenshots for context if applicable.
Inject all body items with any type (formerly only AdaptiveContainer). It should work with supported item types listed in schema.
Tests
Is this covered by existing tests or new ones? If no, why not?
Manually test with single/multiple allowed types.
Feature Plan
Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues.
N/A.