botframework-components
botframework-components copied to clipboard
Support for Orchestration projects in the CLU recognizer
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