How to get current intent in Action

is there an API that can get currrent intent in actions.py?

not slot, thx

tracker.latest_message['intent'].get('name')

ok.thx!