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

Support for Orchestration projects in the CLU recognizer

Open negativeeddy opened this issue 2 years ago • 0 comments

Can we add support for Orchestration projects in the CLU recognizer.

Because the Orchestration projects and CLU projects are part of the same service and REST API, its not a significant change to support them. The request is the same with one field difference.

It would require

  • adding a setting for project type to the adaptive recognizer
  • passing the project type identifier into the request object instead of hard coding it to CLU
  • adding response deserializer logic for orchestration projects

this would be similar to how I did this before these components were published https://github.com/negativeeddy/CustomQuestionAnsweringBotSample

negativeeddy avatar Mar 23 '23 16:03 negativeeddy