Setting up the interaction
These methods help setup the pending interaction between the caller and the Platform Call Engine.
- Public Sub SetAfterAudioTimeout(Seconds As Long)
- Public Sub SetNumberOfDTMFDigitsAllowed(Count As Long)
- Public Sub SetInteractionMode(Mode As LVCA_InteractionModeOverride)
- Public Sub SetAfterSpeechDelay(Mode As LVCA_AfterSpeechDetect)
Syntax
- LVCA.SetAfterAudioTimeout Seconds
- LVCA.SetNumberOfDTMFDigitsAllowed Count
- LVCA.SetInteractionMode InterMode
- LVCA.SetAfterSpeechDelay DelayMode
Arguments
- Seconds - Long - Sets the amount of time to wait before triggering a no input handler.
- Count - Long - The number of digits which are expected from the caller.
-
InterMode - LVCA_InteractionModeOverride - These settings will override the default functionality
of a recognition module
- CM_DISABLE_OVERRIDE = 0
- CM_PLAY_UNINTERUPTED = 1
- CM_DTMF_ONLY = 2
- CM_SPEECHREC_AND_DTMF = 3
-
DelayMode - LVCA_AfterSpeechDetect - This modifies the energy based barge in's after speech delay.
- STREAM_END_OF_SPEECH_DETECTION_NORMAL = 0
- STREAM_END_OF_SPEECH_DETECTION_SINGLE_WORDS = 1
- STREAM_END_OF_SPEECH_DETECTION_PHRASES_WITH_PAUSES = 2
- STREAM__END_OF_SPEECH_DETECTION_PHRASES_NO_PAUSES = 3