-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3 sdk samples #1511
Closed
Closed
V3 sdk samples #1511
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixed merge conflict
updated broken doc links
Updated broken/incorrect links to LUIS documentation
[Node] Update to BotBuilder 3.13.1
[.NET] Update to BotBuilder 3.12.2.4
* Update README.md This change updates the README.md of the core-CreateNewComversation sample to reflect changes made in the SurveyTriggerer.cs. The current version of SurveyTriggerer.cs uses IDialogTask instead of IDialogStack, and additionally, the original version contained a typo on line 53: `IDialogStack stack = stack = scope.Resolve<IDialogStack>();` * Update README.md Update code featured in README.md to match what's actually currently in the sample
…ance to confirm (#181)
…comments for easy migration to azure table or cosmos db
…and there is an easy move of samples towards azure storage, including pointers to documentation in comments.
State API deprecation: Node and c# samples now use InMemoryStore by default
updates to readme to include links to Bot Builder V4 SDK
fix invalid image link in README
Add a line of code to force TLS1.2 to fix issue 279
Added additional cmd to README for full setup (includes checking out proper branch)
* V3 sample ready for PR. * Added test Project
* host the directline swagger instead of retrieving from docs * update direct line client sample readme files
* SpeechToText now uses Microsoft.CognitiveServices.Speech instead of the deprecated Bing Speech * Fix Zummer sample by registering IDialog with DialogModule_MakeRoot
…if the Authorization header should be set. (Similar to the node sample: https://github.com/Microsoft/BotBuilder-Samples/blob/v3-sdk-samples/Node/core-ReceiveAttachment/app.js#L82 ) (#1288)
* Adding base path to service url to fix 404 error * Fix for bug found while regressioning 404 fix - name undefined
|
This was referenced Jan 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
Proposed Changes
Testing