How to get NLU result along with bot response

Is there any possibility to customize the bot response? I want to add NLU result with REST API response.

I need similar kind of response

eg: { “recipient_id”: “test”, “text”: “Hi! Welcome to the site!”, “custom”: { “intent”: “greet”, “entities” : [] } }

This is what a custom action can do. You can find the documentation here. There’s also a demo bot that I’ve made that uses a custom action and you can find that here.

Thanks for the response, Is there is a way to do it in REST output channel?

If we use custom action it would require to add lot of actions.