I am looking to find a way to see the potential action probabilities similar to the way you can see intent probabilities through tracker.latest_message[‘intent_ranking’]. Is this possible?
I also noticed this value next_action in this documentation Actions but how can I access the value. I tried self.next_action and many other versions but all come back with an error. What is the proper method to access this ‘next_action’ value from the Rasa server?