19.07.2014 Views

OneSight Administrator Guide

OneSight Administrator Guide

OneSight Administrator Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Configuring <strong>OneSight</strong> Virtual Agent Monitors<br />

Next state – The next state is the name of the state that should be<br />

transitioned to once the output string has been transmitted. If the<br />

next state is END then the state machine terminates.<br />

Special Transition – Each state can have a single timeout transition<br />

associated with it. If the time specified by the timeout elapses<br />

before any acceptable data has been received, the state machine<br />

transitions to the timeout state. In most cases, the timeout state is<br />

END. A default timeout is used for any state that does not have a<br />

timeout transition.<br />

XML Format<br />

<br />

A state machine can contain any number of state objects. It can<br />

have the following attributes:<br />

Name = [string] – the name of the state.<br />

Timeout = [integer] – the time in msec for state timeout<br />

(optional).<br />

<br />

Indicates that a block of state transitions are to follow. There can be<br />

only one transitions tag per state.<br />

<br />

Specifies an individual transition. It can have the following<br />

attributes:<br />

PerlExpression = [String] – The Perl expression that defines<br />

the pattern match under which this transition will be active.<br />

NewState = [String] – The name of the next state to go to if<br />

this transition is satisfied.<br />

Chapter 5: Configuring Monitors 369

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!