How to add model name to NLU model output

Hi, Im newish to Python so this is a more trivial question as im struggling to navigate through all the classes and methods.

I want to add the model name to my output results. E.g. if I parse the text “hello” to my trained NLU model I want to modify the output to not only return the intent and confidence but also the name of the model that scored the message.

Ive added custom code to the default_output_attributes and can see the modified output if text is null, but not sure where to customised for an actually message. ANy help/pointers will be appreciated