* Initial move of Python samples
* Updated Samples README
* Corrected Python samples name and root README
* Corrected #44 sample name
* Corrected git url in Python samples
* Corrected date output format in 44.prompt-for-user-input
* Removed unwanted pycache files
* Added gitignore for all Python __pycache__ dirs.
* Added Python 07.using-adaptive-cards
* Added Python 14.nlp-with-dispatch
* Python 24-bot-authentication-msgraph basics (not complete)
* Updated README to include Python samples links
* Added 24.bot-authentication-msgraph
* Corrected 18.bot-authentication logout handling
* Added ARM templates to app samples and updated README's with link to Azure Deploy docs.
* Added missing template-with-new-rg.json files.
* Adjusted Python 06.using-cards to be like C# and JS
* Fixes#471: 05.multi-turn-prompt parity
* Added 46.teams-auth
* Added 56.teams-file-upload
* Moved Python generator to Samples/generators
* Fixes Python #474. Typos in templates.
* Removed experimental from Python Samples
* adding teams conversation bot sample
* Refactored to use aiohttp, added traceback in error handlers.
* Updated to use aiohttp
* Added 55.teams-link-unfurling
* adding readme
* Corrected json_response for invoke responses.
* updating text for readme
* 02.echo-bot deploy as aiohttp
* 46.teams-auth parity with C#
* Update README.md
updating python version
* Updated Python generator templates to use aiohttp, and include ARM templates.
* fix handling of response from invoke_response
* Added deploymentTemplates for Teams bots.
* Initial move of Python samples
* Updated Samples README
* Corrected Python samples name and root README
* Corrected #44 sample name
* Corrected git url in Python samples
* Corrected date output format in 44.prompt-for-user-input
* Removed unwanted pycache files
* Added gitignore for all Python __pycache__ dirs.
* Added Python 07.using-adaptive-cards
* Added Python 14.nlp-with-dispatch
* Python 24-bot-authentication-msgraph basics (not complete)
* Updated README to include Python samples links
* Added 24.bot-authentication-msgraph
* Corrected 18.bot-authentication logout handling
* Added ARM templates to app samples and updated README's with link to Azure Deploy docs.
* Added missing template-with-new-rg.json files.
* Adjusted Python 06.using-cards to be like C# and JS
* Fixes#471: 05.multi-turn-prompt parity
* Added 46.teams-auth
* Added 56.teams-file-upload
* Moved Python generator to Samples/generators
* Fixes Python #474. Typos in templates.
* Removed experimental from Python Samples
* adding teams conversation bot sample
* Refactored to use aiohttp, added traceback in error handlers.
* Updated to use aiohttp
* Added 55.teams-link-unfurling
* adding readme
* Corrected json_response for invoke responses.
* updating text for readme
* 02.echo-bot deploy as aiohttp
* adding search extension bot
* Corrected 'TokenResponse' object is not subscriptable error
* Corrected 07.using-adaptive-cards no displaying stars on restaurant card.
* Translation was failing (due to API change) in Python 17.multilingual-bot
* Added requirements.txt to 57.teams-conversation-bot
* Added explicit pip install instructions for 01.console-echo
* Removed botid in Teams manifest used during testing.
* Corrected validator in 19.custom-dialogs to handle non-cardinal input correctly.
* Update Python generator README
* Added startup.txt and adjust ARM templates to Python samples.
* add python teams sample 53
* remove appid and password
* Add python Teams Messaging Extension Action bot sample
* add python teams task module sample
* aiohttp to requirements
* update search messaging extension requirements
* add aiohttp to requirements.txt
* add aiohttp to requirements.txt
* Corrected Python 55.teams-link-unfurling config.py
* Fixed _message_all_members in Python 57.teams-conversation-bot
* Python 46.teams-auth: Added Teams manifest and corrected REAME with steps to deploy to Teams
* Corrected Python sample README's
* Updated Python botbuilder requirements to 4.7.0
* Corrected Python Teams samples READMEs
* Made Python Teams icon nameing consistent
* Python 57.teams-conversation-bot README
* Added Teams support to Python 25.bot-authentication=msgraph
* Removed references to Visual Studio in Python README's
* Ignoring "env/" in Python projects
* Updated Python generator requirements versions
* Put aiohttp startup command in the ARM instead of startup.txt
* Ptyhon 24.bot-authentication-msgraph: switched to requests_oauth intsead of microsoftgraph-python
* Python: Consistency changes in READMEs, pylint and black on newer samples.
* First pass at DialogToDialog sample
* Updated nuget packages to latest nightly.
* Updated to 4.7 RC0.
Updated readmes
Reorganized MainDialog, SkillDialog and SkillDialogArgs.
* Updated readmes
* Adds SimpleBotToBot sample.
Updated readmes for DialotToDialog.
* Added a readme for the root folder.
* Addressed some of Jonathan's comments.
Addressed LUIS warning.
* Changed the conversation ID to avoid using hashcodes (the unique value will be given by the parent conversation ID).
* Changed how the skill conversation ID key gets generated.
* Fixed stylecop issues.
* Updated nuget references to RC1
* Updated code for partiy with JS
* Moved SimpleBotToBot in main samples solution.
Updated SimpleBotToBot to send an eoc on error with a status and text message.
* Rename skill adapter.
Updated OnError
Upated nuget packages to released versions.
* Readded skill sample that was lost in mege from master
* Updated readmes
Added sample claim validators for skill and parent.
Added status checks for skill call invocations.
* Updated links.
* Fixed some strings and comments.
* Update samples/csharp_dotnetcore/70.skills-simple-bot-to-bot/README.md
Co-Authored-By: Jonathan Fingold <35047199+JonathanFingold@users.noreply.github.com>
* Updated readme
* improved handling of LUIS response
* Remove CreateReply (use MessageFactory)
* Refactored code to make it easier to test.
Updated messages and prompts so they work with speech.
* Renamed file to match class name
* Updated comments.
* Updated MessageFactory.Text creation to use new sequence and made it consistent across the board.
* Gabog/corebot updates with unit tests (#1590)
* Added UnitTests for CoreBot
* Added readme file
* Testing images in readme
* WIP updated Readme.
* Updated readme
* Added Analyzing Test Output section to redame
* Added link to xunit docs
* Added Theory tests with InlineData section
* Fixed some typos
* allow latest C# features
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* readme updates
* Fixes 1558 - corebot should work in gov cloud (#1602)
Update AdapterWithErrorHandler to use IConfiguration
Update csproj to use 4.4.5 bot fx
Remove ICredentialProvider from startup.cs
* Update CoreBot .NET Template
update AdapterWithErrorHandler to use new constructor
update cs proj to 4.4.5 version of bot fx
remove ICredentialProvider from statup.cs
remove ConfigurationCredentialProvider.cs
* Remove ConfigurationCredentialProvider and DialogExtensions from CoreBot
* Removed unused using directive
* Updated CoreBot.Tests to use the latest Testing package and fixed issues caused by breaking changes.
* Gabog/corebot updates/js updates with tests (#1628)
* Initial readme cloned from dotnet
* Readme updates
* Readme updates.
Moved images to a new folder.
* Updated corebot JS to the new version with unit tests.
Updated comments and some names in the C# version for parity with JS.
* Removed images (they've been moved to docs.microsoft.com)
Shortened the readme and added link to docs.microsoft.com
* Fixed broken link.
* Updated JS readme.
Fixed some typos.
* Fixed links
* Update README.md
Added channel ID
* Update README.md
Removed await from getNextReply
* updated middleware array to be of type IMiddleware
* re-remove logger, various cleanup
* fix remaining eslint errors in core-bot
* remove at-mention code, cleanup config for LUIS
* remove extra dep, use getter in flightBookingRecognizer
* cleanup mainDialog and its tests in JS core-bot
* update dependencies, fix npm audit report
* Updated links to doc (temporarily until we get the aka.ms ones)
* Updated links to packages and docs.
* Updated link test
* Cleanup corebot and corebot-test
* Updated project to reference Microsoft.AspNetCore.App instead of individual apsnet core packages to avoid conflicts when changing TargetFramework.
* Update CoreBot .NET Template
- restructure folder to enable CoreBot and CoreBot.Tests
- update CoreBot to use latest structure
- update to use 4.5 of Bot Framework
- update README.md to document how to use —include-tests command line option and the fact that generating CoreBot.Tests is a new capability of the template
- minor bug fixes
- bump version numbers to 4.5.0
* Update link to test docs
replace placeholder link to use correct aka.ms link
* .NET Template for CoreBot updates
update template code to match final version
* Updated LUIS setup wording
* .NET CoreBot Template default.html cleanup
- removed old commented out markup
* Corebot ts updates (#1648)
* V3 state bot, and v4 state bot that uses Bot.Builder.Azure.V3ToV4 for UserState (#1573)
* add v3 state bot, and v4 state bot that uses Bot.Builder.Azure.V3ToV4 to connect to v3 stored UserState
* add/update migration readmes.
Add AzureSql-CreateTable.sql
remove secret from V3StateBot default.htm
* [Expression_Document]Add doc for built-in functions (#1592)
* Update the usage of TemplateEngine
Update the usage of TemplateEngine. Currently, template engine will use new TemplateEngine().AddFiles() to load lg files
* update usage doc of some date time functions
* add some description for expression functions
* Add some function description and examples
* Add description & examples for built-in functions
* Add examples and descriptions
* add some conversion functions
* fix some format and add some uri conversion func
* Add missiong docs for built-in functions
* delete fromFile in LG readme doc
* Add parameters.json for ARM templates (#1627)
* add initial ARM template parameters.json
* cleanup ARM template parameters.json
* add parameters.json files to all samples
* add ARM parameter.json files to generators
* update ts corebot sample, port tests
* fix tslint errors, add tslint rules
* apply init PR feedback to TS core-bot
* apply @gabog's feedback to TS core-bot
* remove redundant state save from TS core-bot
* Updated MainDialog on all 3 languages to use the initialdialogID in the replace call and avoid creating infinite nested parents.
* Updated projects to point to 4.5.1
Updated tests to pass.
* Updated generators tests to pass with 4.5.1
* corebot yeaoman updates
- corebot updates
- prompting for test project, but to be implemented
* pickup C# Core Bot feedback, update dependencies in dotnetcore
* bug fixes, update to latest lint rules
- use latest lint rules in prep for moving off of tslint
- fix lint rule violations
- fix broken aka.ms links with new working aka.ms link
* Yeoman: add chalk to conole log output
- add some color to console output for both success and failure cases
- bump patch version number
* README.md cleanup
fix typos, grammatical or content errors, simplied some terms
* use macOS, Linus, Windows paths
* make user specify bot name when running msbot
* README Pre-reqs and deployment update
- 1 of many passes against TypeScript and Javascript samples
* ignore package-lock.json
* NodeJS sample README updates
- more progress making the non-service dependent samples use consistent README.md
- add prereqs
* Add prereq steps to remaining nodejs samples
* more README and PREREQUISITE cleanup
* NodeJS: Update README and code to work with msbot
- update README.md to be consistent with service dependency samples
- add PREREQUISITES.md to document CLI, .NET Core, and account requirements
- update findServiceByNameOrId calls to handle msbot generated .bot files
* first round of bot authentication cleanup
* First pass at cleaning up the sample
- get eslint working
- update README.md to use format consistent with other samples
- add lint, build package.json scripts
- update eslint packages to current
- fix linter issues
- ignore dist folder
* Updated babel to v7+
* Fixes 979 - Sample: 01.a.browser-echo fails to run
- upgrade webpack
- add build and lint script commands to package.json
- add lint config
- make sources pass lint
- update README.md to have proper How to run steps
* Fix Readme Typos
* update to 4.1 of the sdk
* put See aka.ms link on separate line
increase code readability by putting See aka.ms links on their own line
* put See aka.ms link on separate line
increase code readability by putting See aka.ms links on their own line
* Update node and typescript samples to v4.1.5 of the SDK
- remove package-lock.json
- add package-lock.json to gitignore
- update package.json to use 4.1.5 of the SDK
- update any other module dependencies to their current version
* Update Yeoman templates to use v4.1.5 SDK
* Bump patch version number
* Added PublishProfile folder to ignore for Azure deploy
* initial commit for Welcome Users .NET Core sample
* update sample name
* added stylecop rules and fix typos in the readme
* updated for style cop
* additional style fixes
* typo and cleanup