

Im using latest rasa version and I found code on git that might help but it doesnt work
full_intent = (
tracker.latest_message.get("response_selector", {})
.get("faq", {})
.get("full_retrieval_intent")
)
if full_intent:
topic = full_intent.split("/")[1]
else:
topic = None