Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pushkarrajbagul opened this issue Apr 29, 2023 · 0 comments
Labels
feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@Pushkarrajbagul
Copy link

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 Pushkarrajbagul added feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team. labels Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant