botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Accessing Language Studio Orchestrator in Botframework SDK

Open rajeeshmenoth opened this issue 3 years ago • 1 comments

As of now, I don't see any code for accessing azure language studio Orchestrator in C# code ( If anything is available please feel to share here otherwise consider this as a feature request ). Currently, Orchestrator is only supported for old LUIS & QnA maker.

The language studio orchestrator has API access but that would be more complex. If the orchestrator recognizer kind of package is available in the bot framework SDK then that would be great.

rajeeshmenoth avatar Aug 27 '22 17:08 rajeeshmenoth

I have identified a few samples for new custom question answering using Orchestrator :

https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations/samples

Note: We are searching the package similar to Luisrecognizer, Dispatcher, and Qnamakerrecognizer.

rajeeshmenoth avatar Aug 31 '22 09:08 rajeeshmenoth