Hi, can I somehow influence what intent will rasa classify my message? I’m using rasa 2.8.13 in my work. Message is delivered through webhook. In specific situation I would like to force rasa intent classification (this intent is pretty hard to classify corectly for rasa). So when I send ‘text’ through webhook I would like to specify somehow ‘intent’ that will be choosen by rasa and proceed acordingly.
Thanks for any help, I searched few hours looking for resolution.