-
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
Lint Node using-cards #1421
Closed
Closed
Lint Node using-cards #1421
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
move LUIS call into helper and add child dialog for date
added ConversationState.Delete to OnTurnError
added Choice prompt
delete nlp with luis
bug in datetime
incorporate feedback
flatten config
updated qna bot
appsettings update
- use new Adapter Handler & MVC pattern - use the new dialog structure - use the FlightBooking LUIS model - bump version to 0.3.0
- use new Activity Handler & MVC pattern - use new class structure - bump version to 0.3.0
…es" rather than "true" - change property to use “true” Fixes #853
minor clean up in Startup and better error handling
namespace cleanup
…ft/BotBuilder-Samples into samples-work-in-progress
- get the metadata setup - actual bot code yet to be updated.
fix lint cmd line in package.json
Fix issues with proactive bot sample
stkanb/17-multilingual-sample-update
- update all nodejs samples - update yeoman - use syntax for lint script command that works cross platform - delete a stray .bot file -
- make script commands work cross platform - bump version number of yeoman
Revamp RichCardsBot
- add ARM templates - tweak README.md
…1412) * Removed reference to deleted QnaWithAppInsights csproj from sln file * Changed VS version to 15 for backward compat.
…ft/BotBuilder-Samples into samples-work-in-progress
[JS][16.proactive-messages] Update for 4.3.4
* [JS][11.QnAMaker] Update for 4.3.4 * parity with C# * - renamed .env variables - added error handling for empty .env variables * fixed comment that reference luis * better parity with C#. Renamed variables, etc * fixed README references to core-bot, PREREQs, LUIS * implemented changes per @stevengum
Oops wrong branch |
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.
An addition to this already-merged PR: #1400
By request of @stevengum