Hi, I am embedding ThoughtSpot's Spotter using the Visual Embed SDK that is ConversationEmbed in my web app. When the chatbot runs a query that returns no results, the default message is:
"No data found for this query – Try changing your filters."
I would like to replace that with a custom message, e.g. "Please try a different prompt question."
I have tried listening for EmbedEvent.Answer, EmbedEvent.Data, and EmbedEvent.Message, but none seem to trigger with an empty response. Has anyone successfully intercepted a 'no data" or "no answer" event in Spotter and be able to update the message?