LVCA_GetCondition

LVCA_API BOOL WINAPI LVCA_GetCondition(HANDLE hCA, LONG * Type);

Return Value:

If successful, LVCA_GetCondition returns true.  If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.

Supported on Events:

CAMSG_REC_BEFORE_CONFIRM

CAMSG_REC_AFTER_CONFIRM

Params:

hCA (IN) The handle given by the event callback.

Type (OUT) = MATCH NOMATCH NOINPUT

Notes:

Identifies the state of the transaction.  

Match = concepts or dtmf received.

NoMatch = Unable to match audio to grammar.

NoInput = User did not respond.

While moving from CAMSG_REC_BEFORE_CONFIRM to CAMSG_REC_AFTER_CONFIRM a Match can become a NoMatch if the caller indicates "no" during a confirmation.


Complete Help Topic List | Speech Platform Product Information