This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Merged
Conversation
Hospitality Assistant Updates
* Add migrate command * Improve migrateSkill class * Apply minor fixes * Add verbose option * Apply feedback * Improve messages Co-authored-by: Luis Sergio <37625424+LCarbonellRod@users.noreply.github.com>
* Update validation methods * Adapt connect command to new validation methods * Adapt update command to new validation methods * Apply feedback Co-authored-by: Luis Sergio <37625424+LCarbonellRod@users.noreply.github.com>
* replacing local build of adapter with nuget * Removing unused imports * Adding NuGet package to dependent skill proj * reorder using statements * Adding myGet for community adapters to skills build.props file * Adding community adapter myget to neccesarry project build files Co-authored-by: pavolumMsft <57690985+pavolumMsft@users.noreply.github.com>
* [POI] filter entity type by favoredEntity * add EntityType * separate tests * [POI] use address if no current * POI adds test RouteToPointOfInterestAndPromptForCurrentTest * Parking adds tests RepromptForCurrentAndParkingNearAddressTest, ParkingNearAddressAndPromptForCurrentTest * GetDirections adds tests RepromptForCurrentAndGetDirectionsToNearestTest, GetDirectionsNearAddressTest * [POI] check both NaN
… detect language (#3040) Co-authored-by: pavolumMsft <57690985+pavolumMsft@users.noreply.github.com>
* update VASample deployment script to have emulator url * Updating all deply scripts with change * nit: Fixing tabs Co-authored-by: pavolumMsft <57690985+pavolumMsft@users.noreply.github.com>
Co-authored-by: pavolumMsft <57690985+pavolumMsft@users.noreply.github.com>
* Update LanguageGeneration package to 4.8.0-preview-200212-105659 which includes breaking change from TemplateEngine to LGFile handling * Update additional Bot.Builder packages to same as LanguageGeneration
…ewer, non depricated/obsolete, methods (#3061) Co-authored-by: pavolumMsft <57690985+pavolumMsft@users.noreply.github.com>
* Update build.cognitive-models.ps1 * Add LUIS HTTP functionality (#3022) * [Botskills] Update manifests validations (#3012) (#3025) * Update validation methods * Adapt connect command to new validation methods * Adapt update command to new validation methods * Apply feedback Co-authored-by: Luis Sergio <37625424+LCarbonellRod@users.noreply.github.com> Co-authored-by: David Favretto <david.favretto@southworks.com> Co-authored-by: Luis Sergio <37625424+LCarbonellRod@users.noreply.github.com> * Update ARM template location following release folder changes * Update calendar doc, typos * Add verifyLuisFolder functionality (#3038) Co-authored-by: Luis Sergio <37625424+LCarbonellRod@users.noreply.github.com> * Update 4-provision-your-azure-resources.md * Update 4-provision-your-azure-resources.md * Update virtual-assistant-template.md * Update 4-provision-your-azure-resources.md * update lg (#3039) * Update PULL_REQUEST_TEMPLATE.md Removing unused sections of checklist * Fixing qna document (#3063) Co-authored-by: pavolumMsft <57690985+pavolumMsft@users.noreply.github.com> * Fix table * Update calendar.md * Update calendar.md * [Docs] add bing search box (#3036) * [Docs] add bing search box * Totally css-incapable * [Docs] use onsubmit to modify q instead of q + q1 * url fix * Update header.html * Update known-issues.md Co-authored-by: Ryan Lengel Isgrig <43043272+ryanlengel@users.noreply.github.com> Co-authored-by: Luis Sergio <37625424+LCarbonellRod@users.noreply.github.com> Co-authored-by: David Favretto <david.favretto@southworks.com> Co-authored-by: Darren Jefford <33519520+darrenj@users.noreply.github.com> Co-authored-by: pavolum <pavolum@outlook.com> Co-authored-by: pavolumMsft <57690985+pavolumMsft@users.noreply.github.com> Co-authored-by: xieofxie <xieofxie@126.com>
…t to 0.8 Beta release (#3363) * Update cognitivemodels.json * Update template * Update cognitivemodels - Add 'type' property in 'dispatchModel' - Update the order of properties * Update onboardingDialog * Add stateProperties enum * Update template * Update onboardingDialog * Update templates * Fix typo Co-authored-by: Martin Battaglino <martinbatta32@gmail.com> * Remove locales folder * Remove locales folder * Update template * Remove templateManager folder * Remove templateManager folder * Update template * Update defaultAdapter * Update defaultAdapter - Remove references to ISkillManifest * Update Template Co-authored-by: Victor Grycuk <victor.grycuk@southworks.com>
…3364) * Remove manifestTemplate * Add manifest folder along with the new manifests * Fix manifest values and replicate it in template * Rename manifests folder to manifest * Skill changes Co-authored-by: Victor Grycuk <victor.grycuk@southworks.com> Co-authored-by: Luis Sergio <37625424+LCarbonellRod@users.noreply.github.com>
…is in the middle of a multit… (#3372) * dynamically register qnaDialog when user is in the middle of a multiturn qna * Apply remaining changes in MainDialog and fix tests
Co-authored-by: Luis Sergio <37625424+LCarbonellRod@users.noreply.github.com>
Update speech configuration to new schema
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Purpose
What is the context of this pull request? Why is it being done?
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.)
Tests
Is this covered by existing tests or new ones? If no, why not?
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.
Checklist
General