disregard… i’ve simplified the plugin and took out the compound action and just referenced the built-in action in the conversational process directly. it’s sending one message now, but it’s not the right format. that’s a separate issue though, so i’ll create a separate post for that. this one can be closed.
i have a plugin with a conversational process that runs a compound action. the compound action runs a built-in action that returns a single value.
the bot is responding with three messages, which is what i don’t want. where are those messages coming from? my understanding was the bot will send a message AFTER the last action completes. if there is only one action, why is the bot responding with multiple messages?
the last message sent is more or less what i’d want displayed to the user, not the others.