Граф коммитов

24 Коммитов

Автор SHA1 Сообщение Дата
tracyboehrer 560994a556
Composer samples (#3285)
* Composer: DotNet 57.teams-conversation-bot

* Experimental: Added Composer teams sample 51

* Added CustomAction project

* Composer sample: Update experiments readme for #57

* Composer samples: Added some template examples

* Composer samples: Changed structure

* Composer samples: Added MultiplyDialog component

* Composer samples: Restructure

* Composer Sample: Documented CustomAction as Component and as local Dialog

* Composer Samples: Moved to proposed new location

* Composer Samples: Consolidated various composer related samples

* Composer Samples: Removed CustomAction project

* Update .gitignore to allow some composer-sample "packages" folders

* Composer Samples: Sample packages

* Composer Samples: Updated MultiplyDialog.csproj to handle exported correctly

* Composer Samples: Added MemberUpdates custom triggers sample

* Composer Sampes: Removed JS adaptive samples for the time being

* Composer Samples: Updated SDK depedency for MultiplyDialog

* Composer Samples: Added MultiplyDialog and MemberUpdates package readmes

* Composer Samples: Corrected packagId's

* Composer Samples: Corrected package project filenames

* Composer Samples .gitignore

* Composer Samples gitignore

* Composer Samples: revert gitignore

* Composer Samples: Corrected teams-message-extensions-action sample

* Composer Samples: Added CustomTriggers project, moved Teams samples to experimental.

* Composer Samples: Added CustomAction project

* Composer Samples: Added package DialogAndTriggerPackage

* Composer Samples: Added samples from Composer branch for DotNet

* Composer Samples: Removed test sample templates

* Composer Samples: Removed EmptyBot project sample

* Composer Samples: Added JS Composer sample projects

* Composer Sample: Added a BotComponent-less sample for a custom action

* Composer Sample: Changed name of CustomAction sample

* Composer Samples: Moved CustomAction and CustomTriggers projects to experimental

* Composer Samples: Added missing dialogs to JS and Dotnet ActionsSample

* Composer Samples: Updated package readmes

* Composer Samples: Moved CustomAction back to dotnet projects.  Moved ActionsSample to experimental

* Composer Samples: Updated README for CustomAction

* Moved orchestrator composer samples to samples/composer-samples

* Added missing appsettings.json, renamed SchoolNavigator2->SchoolNavigator

* Composer Samples: Updates OrchestratorDispatch appsetting to include required Runtime settings.

* Composer Samples: Updated Orchestrator samples to use latest Composer/Runtime settings and csproj

* deleted ModelTuning from botbuilder-samples and moved to botframework-sdk

* Add custom trigger composer project sample

* Update uischema

* Composer Samples: Updated/added readmes for CustomAction and CustomTrigger

* Composer Samples: Removed Nuget.config from projects

* Composer Samples: Remove Nuget.config from JS project

Co-authored-by: Tien Suwandy <tiens@microsoft.com>
Co-authored-by: Andrew <anclear@microsoft.com>
2021-05-24 13:32:46 -05:00
Tien Suwandy 7aaa235352
Samples update (#2892)
-Removed Any CPU from .sln
-Updated missing botname param in luis:build command section JS dispatch sample readme
2020-11-23 21:05:08 -08:00
logan e56a86e909
Pinning python requests to version 2.23.0 to resolve pip warning (#2752)
* updating requirements

* pinning all to requests 2.23.0

* updating gitignore

* removing non-standard files from git

* updating gitignore
2020-09-24 10:42:32 -07:00
coldplaying42 f66cec5cc2 fix code style errors 2020-04-10 16:43:04 +08:00
coldplaying42 6c8997bc6a add integrating 2020-04-07 19:20:19 +08:00
tracyboehrer 30c215900f Python Samples (#2078)
* 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.
2019-12-19 11:33:58 -08:00
Gabo Gilabert f1d9e1d5de Skill Samples (dotnet) (#2032)
* 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
2019-12-18 14:10:29 -08:00
Scott Gellock 299280b67b update typescript samples to latest package version
- update to use 4.5.1 of bot framework
- update all other package dependencies
- update to latest lint ruleset
- fix new lint ruleset violations
2019-07-19 15:08:00 -07:00
johnataylor 4b44df1299 4.5.1 Corebot updates (#1570)
* 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
2019-07-19 14:17:01 -07:00
Scott Gellock 42622f3d52
yeoman chalk (#1111)
* 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
2018-12-28 15:08:39 -08:00
Scott Gellock c72cfba161
javascript and typescript readme.md consistency and updates for 4.2 (#1103)
* 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
2018-12-23 07:23:36 -08:00
Scott Gellock 9070668fa7
Fixes 979 - Sample: 01.a.browser-echo fails to run (#1016)
* 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
2018-12-04 10:44:11 -08:00
Scott Gellock bb93d67db1
remove npmrc add to gitignore (#929)
mistakenly commited npmrc file.
revoked key
delete npmrc file
add npmrc file to gitignore
2018-11-13 19:28:29 -08:00
Scott Gellock 8878a1eaf7
Update Node, TypeScript, and Yeoman generator to sue 4.1.5 of the SDK (#858)
* 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
2018-11-05 19:40:12 -08:00
vishwacsena 21e59d0fa1 Getting solutions for VSIX in. (#481) 2018-09-21 19:33:28 -07:00
Scott Gellock db530a874f Basic Bot Sample 2018-09-09 18:12:47 -07:00
Yochay Kiriaty ef0e9bb334 Welcome-Users .NET Core sample (#312)
* 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
2018-09-06 17:25:37 -07:00
Jason Sowers 0dbd496cf2 added requested fixes 2018-09-03 09:06:42 -07:00
vishwacsena 3f88f4da49 Initial echo bot with counter sample for type script (#294)
* Initial echo bot with counter typescript sample

* cleanup

* initial echo bot with counter for typescript

* fixes
2018-08-29 20:07:15 -07:00
Vishwac Sena Kannan 7100622f51 initial outline 2018-08-29 14:20:48 -07:00
Vishwac Sena Kannan 84771e05ee Removing v3 samples 2018-08-29 10:41:04 -07:00
Ibrahim Assal 709257d79e Adding SpeechToText Sample 2016-10-03 19:40:56 +02:00
Pablo Costantini 3100c44c94 add launch.json for VSCode 2016-09-21 15:18:43 -03:00
Andrea Orimoto d273fa0543 samples first commit 2016-09-20 11:35:10 -07:00