Adding Prompts
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)
Syntax
- LVCA.AddLibraryPrompt promptname
- LVCA.AddTTSPrompt TexttoPlay
- LVCA.AddFilePrompt FilePath
Arguments
- 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.
Returns
- Enter Module
- Before Confirm
- After Confirm
Remarks
This adds prompts to the Queue to play during the next interaction with the caller.