Can a live agent trigger happen if a user doesn't respond to a question node?

Within a question node, can we put up a timer to receive the user input and say we don’t get a user input within the specified time duration, can a live agent trigger happen so that the agent can nudge the user to get a response?

@Rijo_Jacob you can use user_inactivity events with the specified time duration, and whenever that event gets triggered, you can attach live agent node.

1 Like