Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

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

@Pushkarrajbagul

Description

@Pushkarrajbagul

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA request for new functionality or an enhancement to an existing one.needs-triageThe issue has just been created and it has not been reviewed by the team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions