From 5820933661e39a2b2fd37740c3017f25409889af Mon Sep 17 00:00:00 2001 From: Andrew Clear <1139814+clearab@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:08:22 -0700 Subject: [PATCH] fix link Sample #14 uses Orchestrator for C# and JS, then Dispatch for Python and Java... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62b5ad9bd0..8d2f3ada39 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Samples are designed to illustrate functionality you'll need to implement to bui |7|Adaptive cards | Demonstrates how the multi-turn dialog can use a card to get user input for name and age. |[.NET Core][cs#7] |[JavaScript][js#7] |[Python][py#7]|[Java][java#7] |8|Suggested actions | Demonstrates how to enable your bot to present buttons that the user can tap to provide input. |[.NET Core][cs#8] |[JavaScript][js#8] |[Python][py#8]|[Java][java#8] |13|Core bot | Core bot shows how to use cards, dialog, and Language Understanding (LUIS). |[.NET Core][cs#13], [.NET Web][wa#13]|[JavaScript][js#13], [TypeScript][ts#13]|[Python][py#13]|[Java][java#13] -|14|NLP with Dispatch | Demonstrates how to dispatch across LUIS and QnA Maker. |[.NET Core][cs#14]|[JavaScript][js#14]|[Python][py#14]|[Java][java#14] +|14|NLP with dispatch | Demonstrates how to dispatch across LUIS and QnA Maker. |[.NET Core][cs#14]|[JavaScript][js#14]|[Python][py#14]|[Java][java#14] |15|Handling attachments| Demonstrates how to listen for/handle user provided attachments. |[.NET Core][cs#15]|[JavaScript][js#15]|[Python][py#15]|[Java][java#15] |40|TIMEX resolution | Demonstrates various ways to parse and manipulate the TIMEX expressions you get from LUIS and the [DateTimeRecognizer](https://github.com/Microsoft/recognizers-text) used by the DateTimePrompt. |[.NET Core][cs#40] |[JavaScript][js#40]|[Python][py#40]|[Java][java#40] |43|Complex dialogs | Demonstrates different ways for composing dialogs. |[.NET Core][cs#43]|[JavaScript][js#43] |[Python][py#43]|[Java][java#43] @@ -124,7 +124,7 @@ A [collection of **experimental** samples](./experimental) exist, intended to pr [cs#12]:samples/csharp_dotnetcore/11a.qnamaker [cs#13]:samples/csharp_dotnetcore/13.core-bot [cs#13.b]:samples/csharp_dotnetcore/13.core-bot.tests -[cs#14]:samples/csharp_dotnetcore/14.nlp-with-dispatch +[cs#14]:samples/csharp_dotnetcore/14.nlp-with-orchestrator [cs#15]:samples/csharp_dotnetcore/15.handling-attachments [cs#16]:samples/csharp_dotnetcore/16.proactive-messages [cs#17]:samples/csharp_dotnetcore/17.multilingual-bot @@ -184,7 +184,7 @@ A [collection of **experimental** samples](./experimental) exist, intended to pr [js#11]:samples/javascript_nodejs/11.qnamaker [js#12]:samples/javascript_nodejs/11a.qnamaker [js#13]:samples/javascript_nodejs/13.core-bot -[js#14]:samples/javascript_nodejs/14.nlp-with-dispatch +[js#14]:samples/javascript_nodejs/14.nlp-with-orchestrator [js#15]:samples/javascript_nodejs/15.handling-attachments [js#16]:samples/javascript_nodejs/16.proactive-messages [js#17]:samples/javascript_nodejs/17.multilingual-bot