<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 thetimeout
reaction, number, optional attribute.
How to use
<timeoutReply/>
<timeoutReply interval="2"/>
<timeoutReply targetState="/timedout" interval="5"/>