The following methods add prompts into the call flow. They will be played to the caller once.
Public Sub AddLibraryPrompt(LibraryPromptName As String)
Public Sub AddTTSPrompt(Message As String)
Public Sub AddFilePrompt(FileName As String)
LVCA.AddLibraryPrompt promptname
LVCA.AddTTSPrompt TexttoPlay
LVCA.AddFilePrompt FilePath
promptname - String - Text matching the description of the library audio to play.
TexttoPlay - String - Text to play in TTS to the caller.
FilePath - String - The complete path location to a wav or vox file.
Enter Module , Before Confirm , After Confirm
This adds prompts to the Queue to play during the next interaction with the caller.
Complete Help Topic List | Speech Platform Product Information