To use this component, all you have to do is use the CLU_SendRequest action in your code and provide it with the user's prompt, and you will get a response with the intent and entities extracted and the corresponding confidence score (it is recommended to use a confidence threshold to make sure only accurate results are used).
You can then apply the logic you want to handle the intents and entities returned by your model, allowing for custom processing of the result. This way, you can design workflows for different intents and support many interactions with your users.