Intent's confidence in action.py

Let’s F1 is a form for intent A. Now if I want to get the selected intent A’s score in F1 then what to do ?

@palash Do you mean intent A is an intent inside a form or is it an intent which triggers the form? Either way, you can always extract the confidence of the last intent predicted from the tracker.

1 Like

Thanks @dakshvar22 for replying. This snippet ’ tracker.latest_message[‘text’] ’ worked for me.