You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
not able to user Orchestration workflow(language studio) in Bot composer
i have created a Orchestration workflow project which contains CLU and CQA component in it, i want to use Orchestration workflow in bot composer.
Describe the solution you'd like
This problem is solved for CLU and CQA by providing a json body which communicate with CLU and CQA resources.
below is the sample json for CLU and CQA. it would be very helpfull if we get such solution for Orchestration Workflow {
"$kind": "Microsoft.CluRecognizer",
"projectName": "",
"endpoint": "<your endpoint, including https://>",
"endpointKey": "",
"deploymentName": ""
}
I was searching for $kind Value for Orchestration workflow but didnt found.
Describe alternatives you've considered
the value of $kind may solve this solution
for CLU, its : "$kind": "Microsoft.CluRecognizer"
for CQA , its : "$kind": "Microsoft.CustomQuestionAnsweringRecognizer"
for ORchestration, "$kind": ????????
Additional context
this screenshot shows the Orchestration Workflow Project which, i am trying to use through bot composer