Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

[Docs] Updated Create VA tutorial #2736

Merged
merged 202 commits into from
Nov 21, 2019
Merged

[Docs] Updated Create VA tutorial #2736

merged 202 commits into from
Nov 21, 2019

Conversation

lauren-mills
Copy link
Contributor

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

  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the appropriate tests
  • I have updated related documentation

Bots

  • I have validated that new and updated responses use appropriate Speak and InputHint properties to ensure a high-quality speech-first experience
  • I have replicated language model changes across the English, French, Italian, German, Spanish, and Chinese .lu files and validated that deployment is successful

Deployment Scripts

  • I have replicated my changes in the Virtual Assistant Template and Sample projects
  • I have replicated my changes in the Skill Template and Sample projects

bobokids and others added 30 commits September 19, 2019 16:04
…2197)

* add support for utterance like "my manager" or "his boss"

* fix GooglePeopleService

* fix error with "Possessive"

* fix the problems

* fix problem

* fix some problem

* added nuget source to props file
…2338)

* add join meeting link

* add test

* add onlinemeetingurl check

* rename EventJoinLink to OpenDefaultApp
)

* Move phone and automotive skills under experimental directory
Rename restaurantbooking to restaurantbookingskill
Move bingsearchskill up one directory to follow same format as other experimental skills

* Fix restaurantbookingskill namespace errors

* Fix additional usings in restaurantbookingskill
* convert location to timezone

* remove useless field

* update function name
* [Android] #2232 refactored navigation drawer and settings view

* [Android] fixed #2235 default assistant app

* [Android] #2238 keep screen on config

* [Android] fixed #2235 start listening without showing app UI

* [Android] fixed null pointer exception in speech service

* [Android] #2233 default configuration provided by a configuration file
* Move analytics to /docs/assets and update the Power BI doc with a download button

* Move Android apps to /android/clients
Deprecate the csharp simple speech app (replacing with kona client)
Deprecrate the typescript webchat

* Refactors assistants to
/samples/csharp/assistants/EnterpriseAssistant.sln
/samples/charp/assistants/HospitalityAssistant.sln

Added build.props and .ruleset files to both

* Move all csharp clients to a single solution.
Rename assistant-ConsoleDirectLineSample to DirectLine.Web
Rename assistant-WebTest to WebChatWithLinkedAccounts.Web
Add. build.props and .ruleset

* Update README.md
* Skills:
Remove src directory
Move all tests to /skills/csharp/tests
Rename all test projects as {SkillName}Tests
Move Phone & Automotive Skill projects at same level as other experimentals

* Update test namespaces to {Skill}.Tests
Update TestBases to {Skill}TestBase

* Fix ruleset reference

* Reorder usings

* Fix tabe spacings

* Rename tests directories to match project names
* Rename /libs to /libraries to match SDK
Rename libraries solution to Microsoft.Bot.Builder.Solutions
Extract test projects to /tests directories

* Fix .snk file references

* Update to:
\sdk
    \csharp
        \build
        \libraries
            \microsoft.bot.builder.skills
            \microsoft.bot.builder.solutions
        \tests
            \microsoft.bot.builder.skills.tests
            \microsoft.bot.builder.solutions.tests
        Microsoft.Bot.Builder.Solutions.sln

* Rename microsoft.bot.builder.skills to microsoft.bot.builder.solutions.skills
Refactor typescript libraries to follow
\sdk
    \typescript
        \libraries
            \botbuilder-skills
            \botbuilder-solutions

Move .ps1 files to \build and update references within
Update yaml files with new references (csharp and typescript)
Remove VirtualAssistant.ruleset at root

* Updated npm pack references from \build\outputpackages directory

* Fix reference to Skills project in solution
Rename Skills test folder to Microsoft.Bot.Builder.Solutions.Skills.Tests

* Match botbuilder.solutions.skills.yml to new directory

* Remove .snk file from /build directory as it is duplicated in /sdk/csharp/build

* Move \yaml as subdirectory under \build

* Fix ref to microsoft.bot.builder.solutions.skills directory
* POI: align tests to code, update lu
* Bing search: add locale to GetSearchResult, update lu
…lled (#2441)

* Added fix to clear conversatoin state when skill is cancelled.

* Refactor Samples directories (#2437)

* Move analytics to /docs/assets and update the Power BI doc with a download button

* Move Android apps to /android/clients
Deprecate the csharp simple speech app (replacing with kona client)
Deprecrate the typescript webchat

* Refactors assistants to
/samples/csharp/assistants/EnterpriseAssistant.sln
/samples/charp/assistants/HospitalityAssistant.sln

Added build.props and .ruleset files to both

* Move all csharp clients to a single solution.
Rename assistant-ConsoleDirectLineSample to DirectLine.Web
Rename assistant-WebTest to WebChatWithLinkedAccounts.Web
Add. build.props and .ruleset

* Update README.md

* Refactor Skill directories (#2435)

* Skills:
Remove src directory
Move all tests to /skills/csharp/tests
Rename all test projects as {SkillName}Tests
Move Phone & Automotive Skill projects at same level as other experimentals

* Update test namespaces to {Skill}.Tests
Update TestBases to {Skill}TestBase

* Fix ruleset reference

* Reorder usings

* Fix tabe spacings

* Rename tests directories to match project names

* Refactor Libraries directories to SDK format (#2436)

* Rename /libs to /libraries to match SDK
Rename libraries solution to Microsoft.Bot.Builder.Solutions
Extract test projects to /tests directories

* Fix .snk file references

* Update to:
\sdk
    \csharp
        \build
        \libraries
            \microsoft.bot.builder.skills
            \microsoft.bot.builder.solutions
        \tests
            \microsoft.bot.builder.skills.tests
            \microsoft.bot.builder.solutions.tests
        Microsoft.Bot.Builder.Solutions.sln

* Rename microsoft.bot.builder.skills to microsoft.bot.builder.solutions.skills
Refactor typescript libraries to follow
\sdk
    \typescript
        \libraries
            \botbuilder-skills
            \botbuilder-solutions

Move .ps1 files to \build and update references within
Update yaml files with new references (csharp and typescript)
Remove VirtualAssistant.ruleset at root

* Updated npm pack references from \build\outputpackages directory

* Fix reference to Skills project in solution
Rename Skills test folder to Microsoft.Bot.Builder.Solutions.Skills.Tests

* Match botbuilder.solutions.skills.yml to new directory

* Remove .snk file from /build directory as it is duplicated in /sdk/csharp/build

* Move \yaml as subdirectory under \build

* Fix ref to microsoft.bot.builder.solutions.skills directory

* skill fixes (#2449)

* POI: align tests to code, update lu
* Bing search: add locale to GetSearchResult, update lu

* Added fix to clear conversatoin state when skill is cancelled.

* changed to clear conv state instead of delete
* added lg files

* added cards

* updating tests

* using resource explorer

* Revert "using resource explorer"

This reverts commit 3142d66.

* everything but multilanguage

* fixed adaptive card tests

* commented multi lang tests

* added sdk preview package src to build props

* updated paths in tests

* updated lg loading in tests
* [] () is separated in en, zh due to ludown's bug
* None is added from General
* Use CheckWeatherValue instead of GetForecast
…onPrompt (#2268)

* Based on how RouterDialog handles DialogTurnStatus.Empty
* Add test RouteToPointOfInterestAndInterruptTest
* fix selectAction (Teams supports 1.1?)
* refactored routerDialog

* updated method documentation
* add missing stylecop ruleset

* removed cancel and escalate dialogs

* moved escalate and cancel responses into main.lg

* changed dialog bot to defaultactivityhandler

* removed dialogbot

* removed qna maker tests

* refactored main dialog with new router dialog

* refactored onboarding

* switched to activity handler

* updated to daily packages

* updated tests

* small change
* remove SimpleWhitelistAuthenticationProvider

* [ITSM] make use of number

* add CountTicket, CountKnowledge
* update navigation of Knowledge, Ticket
* Add relevant skills to hospitality assistant solution

* Add relevant skills to enterprise assistant solution
* added repeat logic to main

* added repeat test
* remove sample, bug fix

* [Weather] use Latitude & Longitude if possible

* add Service.GetLocationByGeoAsync

* update manifestTemplate
* updated to latest preview packages

* implemented telemetry fix

* fixed broken tests
* add OpenDefaultApp event model

* add access modifier

* add map and music uri

* rename MapUri to MapsUri
Update the cognitive models with empty entries for LUIS apps
HospitalityAssistant and hospitalityassistant are merged in windows..
* Defensive checks for empty constructor params and empty activity

* correction
* add buttons to ticket card

* add providers

* [ITSM] replace flow when "close/update"

fix code style in Startup
@lauren-mills lauren-mills merged commit 2dae167 into master Nov 21, 2019
@pr-triage pr-triage bot added merged and removed PR: unreviewed labels Nov 21, 2019
@delete-merged-branch delete-merged-branch bot deleted the lamil/doc_update branch November 21, 2019 17:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet