Use NLU model from program

Hi. I am using just the NLU part of Rasa and got a model. But I could not find a way to use that model (nlu only) other than by running a server and hitting a url as described at Using NLU Only

How can I load the model into my program directly and use it?

Hi @ju-sh!

Checkout the Agent API, especially the parse_message_using_nlu_interpreter method.

Hope that helps. :slightly_smiling_face: