Tips, Tricks & Best Practices

JWaldner
Participant

Failure triggered under bot flow reporting

I'm looking at this article describing chat flow reporting for bots we created. Under the reporting, actions are started, completed, and then 'failure triggered.' What would some examples of 'failure triggered' mean? From the example shown here, would that be like visitors unsuccessfully put in something that wasn't an email eight times when asked?

0 Upvotes
2 Replies 2
PamCotton
Community Manager
Community Manager

Failure triggered under bot flow reporting

Hey @JWaldner, thank you for posting in our Community!

 

Based on the example you mentioned, yes, it could indeed mean that visitors attempted to input something that the bot couldn't recognize or process. 

 

For instance, if the bot prompts users to enter their email addresses, and they input incorrect or non-email data multiple times, it could result in "failure triggered" events. Other examples may include users entering unexpected or unsupported commands, irrelevant information, or violating predefined constraints in the conversation flow.

 

These failure triggers are essential for monitoring and improving the bot's performance, helping developers identify areas for enhancement or refine the bot's responses to handle a wider range of user inputs.

 

If you have specific details or logs related to these failure triggers, It will allow us to see what happened in that case.

 

Kindly,

Pam

Você sabia que a Comunidade está disponível em outros idiomas?
Participe de conversas regionais, alterando suas configurações de idioma !


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




JWaldner
Participant

Failure triggered under bot flow reporting

This is very helpful, thank you!