microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.51k stars 2.45k forks source link

Accessing Language Studio Orchestrator in Botframework SDK #6534

Closed rajeeshmenoth closed 2 months ago

rajeeshmenoth commented 2 years ago

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 commented 2 years ago

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.

tracyboehrer commented 2 months ago

We have no plans to add this Orchestrator to SDK.