Set Intent None to a specific intent

With tensorflow you can get the intent None. How can you set this intent to an arbitary intent? I don’t want to overwrite in each custom action the intent from the NLU component.

Until now I check in model.py of NLU if intent is None and chnage it to my desired intent. But I feel that this is not enough as my core model does not behave as NLU detects the intent itself. Altough core model says in debug mode that it has the right intent now, but the Keras Policy behaves different?!

Ok I think you already created a new post about this now right? :smiley:

@datistiquo Did you solve this?

I wrote a custom component to overwrite

Thanks for the reply. I will try writing one.