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

Commit c013d77

Browse files
authored
Fix Urls in MarkDown (#3453)
1 parent e685b5a commit c013d77

File tree

9 files changed

+51
-30
lines changed

9 files changed

+51
-30
lines changed

docs/_docs/skills/samples/bing-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111
# {{ page.title }}
1212
{:.no_toc}
1313

14-
The [Bing Search Skill]({{site.repo}}/tree/master/skills/csharp/experimental/bingsearchskill) provides a simple Skill that integrates with the [Bing Search Cognitive Service](https://azure.microsoft.com/en-us/services/cognitive-services/bing-web-search-api/).
14+
The [Bing Search Skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/bingsearchskill) provides a simple Skill that integrates with the [Bing Search Cognitive Service](https://azure.microsoft.com/en-us/services/cognitive-services/bing-web-search-api/).
1515

1616
This skill has a very limited LUIS model (available in English, French, Italian, German, Spanish and Chinese) and demonstrates three simple scenarios:
1717

@@ -35,4 +35,4 @@ Learn how to [provision your Azure resources]({{site.baseurl}}/skills/tutorials/
3535
```
3636
"BingSearchKey": "{YOUR_BING_SEARCH_COGNITIVE_SERVICES_KEY}",
3737
"BingAnswerSearchKey": "{YOUR_PROJECT_ANSWER_SEARCH_KEY}"
38-
```
38+
```

docs/_docs/skills/samples/hospitality.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ order: 5
1010
# {{ page.title }}
1111
{:.no_toc}
1212

13-
The [Hospitality Skill]({{site.repo}}/tree/master/skills/csharp/experimental/hospitalityskill) demonstrates experiences that would be useful in a hospitality specific scenario, such as being able to check out of a hotel, ordering room service, and requesting hotel amenities. This skill does not integrate a hotel service at this time, and is instead simulated with static data for testing purposes.
13+
The [Hospitality Skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/hospitalityskill) demonstrates experiences that would be useful in a hospitality specific scenario, such as being able to check out of a hotel, ordering room service, and requesting hotel amenities. This skill does not integrate a hotel service at this time, and is instead simulated with static data for testing purposes.
1414

1515
This skill demonstrates the following scenarios:
1616
- Show reservation: *What is my current check out date?*
1717
- Extend reservation: *Can I extend my stay?*
18-
- Request late check-out: *I want a late check out time*
18+
- Request late check-out: *I want a late check out time*
1919
- Request amenities: *Can you bring me a toothbrush and toothpaste?*
2020
- Room service: *I want to see a room service menu*
2121
- Check out: *Can I check out now?*
@@ -28,4 +28,4 @@ The [Hospitality Sample VA]({{site.baseurl}}/solution-accelerators/assistants/ho
2828

2929
## Deployment
3030
{:.no_toc}
31-
Learn how to [provision your Azure resources]({{site.baseurl}}/skills/tutorials/create-skill/csharp/4-provision-your-azure-resources/) in the Create a Skill tutorial.
31+
Learn how to [provision your Azure resources]({{site.baseurl}}/skills/tutorials/create-skill/csharp/4-provision-your-azure-resources/) in the Create a Skill tutorial.

docs/_docs/skills/samples/itsm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111
# {{ page.title }}
1212
{:.no_toc}
1313

14-
The [IT Service Management skill]({{site.repo}}/tree/master/skills/csharp/experimental/itsmskill) provides a basic skill that provides ticket and knowledge base related capabilities and supports SerivceNow.
14+
The [IT Service Management skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/itsmskill) provides a basic skill that provides ticket and knowledge base related capabilities and supports SerivceNow.
1515

1616
This skill demonstrates the following scenarios:
1717
- Create a ticket: *Create a ticket for my broken laptop*
@@ -49,4 +49,4 @@ To test this skill you will need to follow the ServiceNow configuration steps sh
4949

5050
To test this skill with your Virtual Assistant one manual step is required over and above the usual skill connection steps.
5151

52-
- Add OAuth Connection to your Virtual Assistant manually as per the step above. This connection type cannot be automatically configured as part of botskills.
52+
- Add OAuth Connection to your Virtual Assistant manually as per the step above. This connection type cannot be automatically configured as part of botskills.

docs/_docs/skills/samples/music.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111
# {{ page.title }}
1212
{:.no_toc}
1313

14-
The [Music skill]({{site.repo}}/tree/master/skills/csharp/experimental/musicskill) integrates with [Spotify](https://developer.spotify.com/documentation/web-api/libraries/) to look up playlists and artists and open the Spotify app via URI.
14+
The [Music skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/musicskill) integrates with [Spotify](https://developer.spotify.com/documentation/web-api/libraries/) to look up playlists and artists and open the Spotify app via URI.
1515
This is dependent on the [SpotifyAPI-NET](https://github.com/JohnnyCrazy/SpotifyAPI-NET) wrapper for the Spotify Web API.
1616

1717
## Deployment
@@ -27,4 +27,4 @@ Learn how to [provision your Azure resources]({{site.baseurl}}/skills/tutorials/
2727
```
2828
"spotifyClientId": "{YOUR_SPOTIFY_CLIENT_ID}",
2929
"spotifyClientSecret": "{YOUR_SPOTIFY_CLIENT_SECRET}"
30-
```
30+
```

docs/_docs/skills/samples/news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111
# {{ page.title }}
1212
{:.no_toc}
1313

14-
The [News skill]({{site.repo}}/tree/master/skills/csharp/experimental/newsskill) provides a simple Skill that integrates with the Bing News Cognitive Service to demonstrate how a news experience can be integrated into a Virtual Assistant.
14+
The [News skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/newsskill) provides a simple Skill that integrates with the Bing News Cognitive Service to demonstrate how a news experience can be integrated into a Virtual Assistant.
1515

1616
Once deployed create a [Bing News Cognitive Services Key](https://azure.microsoft.com/en-us/services/cognitive-services/bing-news-search-api/) and update the appropriate configuration within appSettings.config.
1717

docs/_docs/skills/samples/restaurant-booking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ toc: true
1111
# {{ page.title }}
1212
{:.no_toc}
1313

14-
The [Restaurant Booking skill]({{site.repo}}/tree/master/skills/csharp/experimental/restaurantbookingskill) provides a simple restaurant booking experience guiding the user through booking a table and leverages Adaptive Cards throughout to demonstrate how Speech, Text and UX can be combined for a compelling user experience. No integration to restaurant booking services exists at this time so is simulated with static data for testing purposes.
14+
The [Restaurant Booking skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/restaurantbookingskill) provides a simple restaurant booking experience guiding the user through booking a table and leverages Adaptive Cards throughout to demonstrate how Speech, Text and UX can be combined for a compelling user experience. No integration to restaurant booking services exists at this time so is simulated with static data for testing purposes.
1515

1616
An example transcript file demonstrating the Skill in action can be found [here]({{site.baseurl}}/assets/transcripts/skills-restaurantbooking.transcript), you can use the Bot Framework Emulator to open transcripts.
1717

1818
![Restaurant Example]({{site.baseurl}}/assets/images/skills-restaurant-transcript.png)
1919

2020
## Deployment
2121
{:.no_toc}
22-
Learn how to [provision your Azure resources]({{site.baseurl}}/skills/tutorials/create-skill/csharp/4-provision-your-azure-resources/) in the Create a Skill tutorial.
22+
Learn how to [provision your Azure resources]({{site.baseurl}}/skills/tutorials/create-skill/csharp/4-provision-your-azure-resources/) in the Create a Skill tutorial.

docs/_docs/skills/samples/weather.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111
# {{ page.title }}
1212
{:.no_toc}
1313

14-
The [Weather skill]({{site.repo}}/tree/master/skills/csharp/experimental/weatherskill) provides a basic Skill that integrates with [Azure Maps](https://azure.microsoft.com/en-us/services/azure-maps/) to demonstrate how a weather experience can be integrated into a Virtual Assistant.
14+
The [Weather skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/weatherskill) provides a basic Skill that integrates with [Azure Maps](https://azure.microsoft.com/en-us/services/azure-maps/) to demonstrate how a weather experience can be integrated into a Virtual Assistant.
1515

1616
## Deployment
1717
{:.no_toc}
@@ -30,4 +30,4 @@ Learn how to [provision your Azure resources]({{site.baseurl}}/skills/tutorials/
3030

3131
```
3232
"WeatherApiKey": "{YOUR_AzureMaps_KEY}"
33-
```
33+
```

docs/_docs/solution-accelerators/assistants/hospitality-assistant.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ toc: true
1111

1212
The [Hospitality Assistant sample]({{site.repo}}/tree/master/samples/csharp/assistants/hospitality-assistant) is a prototype of an assistant that helps to conceptualize and demonstrate how a virtual assistant could be used in a hospitality specific scenario. It also provides a starting point for those interested in creating an assistant customized for this scenario.
1313

14-
This sample works off the basis that the assistant would be integrated into a hotel room device and would help a hotel guest with anything they might usually go to the hotel concierge about. It also provides additional capabilites that might be useful for guests, such as getting the weather forecast or showing current news articles.
14+
This sample works off the basis that the assistant would be integrated into a hotel room device and would help a hotel guest with anything they might usually go to the hotel concierge about. It also provides additional capabilites that might be useful for guests, such as getting the weather forecast or showing current news articles.
1515

16-
The Hospitality Sample builds off of the [Virtual Assistant Template]({{site.baseurl}}/overview/virtual-assistant-template) with the addition of a [QnA Maker](https://www.qnamaker.ai/) knowledge base for answering common hotel FAQs and customized [Adaptive Cards](https://adaptivecards.io/).
16+
The Hospitality Sample builds off of the [Virtual Assistant Template]({{site.baseurl}}/overview/virtual-assistant-template) with the addition of a [QnA Maker](https://www.qnamaker.ai/) knowledge base for answering common hotel FAQs and customized [Adaptive Cards](https://adaptivecards.io/).
1717

1818
![Hospitality Sample Diagram]({{site.baseurl}}/assets/images/hospitalitysample-diagram.png)
1919

@@ -56,7 +56,7 @@ The majority of the skills connected to this sample are [experimental skills]({{
5656

5757
#### [News Skill]({{site.baseurl}}/skills/samples/news)
5858
{:.no_toc}
59-
##### Find news articles
59+
##### Find news articles
6060
{:.no_toc}
6161
- *What's the latest news on surfing?*
6262
- *What news is currently trending?*
@@ -77,21 +77,21 @@ The majority of the skills connected to this sample are [experimental skills]({{
7777
{:.no_toc}
7878
##### Get the forecast
7979
{:.no_toc}
80-
- *What’s the weather today?*
80+
- *What’s the weather today?*
8181

8282
## Deploy
8383
To configure this sample follow the steps below:
8484
1. Clone the [Hospitality Assistant sample]({{site.repo}}/tree/master/samples/csharp/assistants/hospitality-assistant).
8585
1. Follow the [Create your Virtual Assistant tutorial]({{site.baseurl}}/virtual-assistant/tutorials/create-assistant/csharp/1-intro/) to deploy your assistant. Use the sample project you cloned instead of the Virtual Assistant template to include the hospitality customizations in this project.
8686
1. Clone the following skills from our repository:
87-
- [Hospitality Skill]({{site.repo}}/tree/master/skills/csharp/experimental/hospitalityskill)
88-
- [Point of Interest Skill]({{site.repo}}/tree/master/skills/csharp/pointofinterestskill)
89-
- [Weather Skill]({{site.repo}}/tree/master/skills/csharp/experimental/weatherskill)
90-
- [Bing Search Skill]({{site.repo}}/tree/master/skills/csharp/experimental/bingsearchskill)
91-
- [News Skill]({{site.repo}}/tree/master/skills/csharp/experimental/newsskill)
92-
- [Restaurant Booking Skill]({{site.repo}}/tree/master/skills/csharp/experimental/restaurantbookingskill)
93-
1. [Deploy each one of these skills]({{site.baseurl}}/skills/tutorials/create-skill/csharp/4-provision-your-azure-resources/) separately, using the deployment script included in the skill directory.
94-
1. [Add each skill]({{site.baseurl}}/skills/handbook/add-skills-to-a-virtual-assistant/) using the botskills connect CLI tool.
87+
- [Hospitality Skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/hospitalityskill)
88+
- [Point of Interest Skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/pointofinterestskill)
89+
- [Weather Skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/weatherskill)
90+
- [Bing Search Skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/bing-search)
91+
- [News Skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/newsskill)
92+
- [Restaurant Booking Skill](https://github.com/microsoft/botframework-skills/tree/master/skills/csharp/experimental/restaurantbookingskill)
93+
1. [Deploy each one of these skills]({{site.baseurl}}/skills/tutorials/create-skill/csharp/4-provision-your-azure-resources/) separately, using the deployment script included in the skill directory.
94+
1. [Add each skill]({{site.baseurl}}/skills/handbook/add-skills-to-a-virtual-assistant/) using the botskills connect CLI tool.
9595

9696
## Download transcripts
9797

docs/_docs/virtual-assistant/handbook/feedback.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,38 @@ This implementation allows for feedback to be collected when a child dialog of m
3838
| CommentReceivedMessage | Message to show after user provides a free-form comment. | **string** | *Your comment has been received.* |
3939
| FeedbackPromptMessage | Message to show after user when prompting for feedback | **string** | *Was that helpful?* |
4040

41+
Example of altering any of the identified properties in startup.cs
42+
```csharp
43+
services.AddSingleton(new FeedbackOptions
44+
{
45+
CommentsEnabled = false,
46+
FeedbackActions =
47+
{
48+
new Choice()
49+
{
50+
Action = new CardAction(ActionTypes.MessageBack, title: "👆", text: "positive", displayText: "👆"),
51+
Value = "positive",
52+
},
53+
new Choice()
54+
{
55+
Action = new CardAction(ActionTypes.MessageBack, title: "👇", text: "negative", displayText: "👇"),
56+
Value = "negative",
57+
},
58+
}
59+
});
60+
```
61+
4162
3. Copy the feedback waterfall steps from Maindialog.cs in the Enterprise Assistant solution (RequestFeedback, RequestFeedbackComment, ProcessFeedback) and add them to your VAs mainDialog.cs waterfall flow.
4263
- Add corresponding steps and prompts to the Maindialog constructor (use enterprise assistant for reference)
43-
1. When you copy the waterfall steps over ensure you resolve any unknown object/function references with the implementations added in step 1.
64+
1. When you copy the waterfall steps over ensure you resolve any unknown object/function references with the implementations added in step 1.
4465
- There are separate implementations in the lib, **do not use those for this feedback solution, use the implementations you manually added in step 1**.
4566
1. If you have followed these steps and used the Enterprise Assistant as a reference then you should now have all you need.
46-
1. Run through any dialog in your VA, when the dialog ends and returns to MainDialog.cs then the feedback flow should be triggered.
47-
- If the user ignores the feedback prompt and sends an unrelated query to the bot then they're query will skip feedback and be routed accordingly.
67+
1. Run through any dialog in your VA, when the dialog ends and returns to MainDialog.cs then the feedback flow should be triggered.
68+
- If the user ignores the feedback prompt and sends an unrelated query to the bot then they're query will skip feedback and be routed accordingly.
4869
- If the user provides any feedback at all then it will be logged with app insights and that telemetry will be part of your PowerBI dashboard
4970
5071
## View your feedback in Power BI
51-
You can view your **Feedback** in the Feedback tab of the Conversational AI Dashboard.
72+
You can view your **Feedback** in the Feedback tab of the Conversational AI Dashboard.
5273
5374
![]({{site.baseurl}}/assets/images/analytics/virtual-assistant-analytics-powerbi-13.png)
5475

0 commit comments

Comments
 (0)