I have a custom action that I want to be triggered from outside, similar to how you can use /restart, e.g. /action_go_to_next_topic.
As far as I know, this is somehow possible for intents, but I do not want it to be tied to intents since the user should not be able to trigger it accidentally. In general, I do not want to mix internal commands with user input.