Skip to content

Commit

Permalink
Corrected Experimental README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Mar 21, 2024
1 parent 235bc6e commit 5e91456
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e91456

Please sign in to comment.