Hey there,
When running a test case where the bot has two responses (one specific to the utterance, the other a generic “for more information” response), the test case will only pass if the first response is in the #bot.
for example:
#me
a question
#bot
an answer
a generic answer
The bot i’m connecting to is a lex bot. it seems that when two responses are separated out on the UI, it’s not simply a matter of just having the two responses together in the .convo text file.
Has anyone every come across this before? i’ve pasted a screenshot of the bot’s UI to show what I mean by two separate responses
Apologies if this post isn’t clear