From 5e91456bb01b2cd376f2812e2b86a971f7330ee8 Mon Sep 17 00:00:00 2001 From: Tracy Boehrer Date: Thu, 21 Mar 2024 08:39:20 -0500 Subject: [PATCH] Corrected Experimental README --- experimental/README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index c23119c6b..1ae37538d 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -16,25 +16,6 @@ Each sample contains a reference to the backing GitHub issue(s) that frames the The samples found in this folder are experimental, do not necessarily relate to one another, are stand-alone, and are not meant to be viewed in any particular order. None of the samples in the **experimental** folder should be used with bots running in a production environment. -Experimental samples written in C# may have dependencies on assemblies pushed on the team's daily build feed. To understand how to use assemblies from the daily build feed refer to [Using MyGet to consume daily builds](https://github.com/microsoft/botbuilder-dotnet/blob/master/UsingMyGet.md) for further instructions. +Experimental samples written in C# may have dependencies on assemblies pushed on the team's daily build feed. To understand how to use assemblies from the daily build feed refer to [Consuming daily builds of the SDK](https://github.com/microsoft/botbuilder-dotnet/blob/master/dailyBuilds.md) for further instructions. - -## Experimental samples list - -Experimental samples are organized per platform. - - -| Sample Name | Description | .NET CORE | NodeJS | .NET Web API | Typescript | -|-----------------------|--------------------------------------------------------------------------------|-------------|-------------|--------------|-------------| -|multilingual-luis-bot| The sample shows how to use the library through Middleware to support multilingual interaction with bots in general and LUIS bots in particular. |[View][cs#1] | | | [View][ts#1] | - -[cs#1]: ./multilingual-luis/csharp_dotnetcore - -[cs#2]: ./qnamaker-activelearning/csharp_dotnetcore - -[wa#2]: ./csharp_webapi/# - -[ts#1]: ./multilingual-luis/javascript_typescript - -[js#1]: ./qnamaker-activelearning/javascript_nodejs