This commit is contained in:
Tracy Boehrer 2024-03-21 08:39:20 -05:00
Родитель 235bc6e115
Коммит 5e91456bb0
1 изменённых файлов: 1 добавлений и 20 удалений

Просмотреть файл

@ -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