I am new to Bot Framework Composer and have a requirement to integrate CLU (Conversational Language Understanding) within the Bot Framework Composer. Could anyone please provide guidance with this integration?
Thanks and Regards
I am new to Bot Framework Composer and have a requirement to integrate CLU (Conversational Language Understanding) within the Bot Framework Composer. Could anyone please provide guidance with this integration?
Thanks and Regards
Copyright © 2021 Jogjafile Inc.
Based on the documentation, to enable CLU in Bot Framework Composer you must first install the CLU recognizer package from NuGet in your Composer project.
Once the package is installed you can configure the Conversation Language Understanding recognizer.
And add your CLU model and deployment details in
jsonformat:For more details you can refer to this documentation.
You can also check this CoreBotCLU Sample documentation for reference.
Note: As of now Composer does not integrate natively with Conversation Language Understanding, so managing intents and entities must be done in the Language Studio portal instead of Composer.