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

need json body for orchestration project ( language Studio) to use it in custom recognizer type in bot framework composer

Open Pushkarrajbagul opened this issue 2 years ago • 0 comments

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

image this screenshot shows the Orchestration Workflow Project which, i am trying to use through bot composer

Pushkarrajbagul avatar Apr 29 '23 12:04 Pushkarrajbagul