Skip to main content

<timeoutReply>

Description

Checks the presence and parameters of the timeout reaction.

Attributes

  • targetState — state, into which the bot should get after the timeout expires, optional attribute.
  • interval — interval in seconds for the timeout reaction, number, optional attribute.

How to use

<timeoutReply/>
<timeoutReply interval="2"/>
<timeoutReply targetState="/timedout" interval="5"/>