Multiple action endpoints for custom actions

Hi all, I have multiple custom actions in my code. However, I wonder if it is possible to define multiple action endpoints in the endpoints.yml files under action_endpoint.

Thanks in advance for your reply.

Hi @Rogers_ntr,

I don’t think this will work - it would break the events list because you’d be receiving two responses and the bot would probably struggle to predict the next action correctly.