My recast bot is answering fine in its builder but when it is integrated with Slack it skips the only intends which have notions missing
and eventually spoiling the whole conversation. How to fix it?
Are you using a conversation_token ? If yes, are you using your slack id as a conversation token ? If you are doing so, you need to check the box "this is the end of my conversation" within the bot builder or using methods implemented in the SDK in order to reset the memory or the conversation of the bot when the conversation ends :)