These methods expose the various built in methods of logging available
Public Sub DisplayMessage(Message As String)
Public Sub LogMsgToFile(Message As String)
Public Sub AddSREField(Field As String, Value As String)
Public Sub AddSREEvent(Name As String, Data As String)
LVCA.DisplayMessage Message
LVCA.LogMsgToFile FileMessage
LVCA.AddSREField Field, Value
LVCA.AddSREEvent Name, Data
Message - String - Message to display on the Call Engine Screen. This is also logged into the EngineLog.txt file found in the Logs subfolder.
FileMessage - String - This message is placed into the EngineLog.txt file.
Field - String - This adds a field into the speech engine response file. This information is viewable from the Tuner.
Value - String - This is the information that goes with the corresponding Field
Name - String - This adds an Additional Sequence into the speech engine Response file. This information is viewable from the Tuner.
Data - String - This data is added to the event in the speech engine Response File.
Count - Long - The number of digits which are expected from the caller.
Complete Help Topic List | Speech Platform Product Information