JSON_voicePromptCfg

JSON message about voice prompt parameters

{
  "voicePromptCfg":{
    "callPrompt":"", 
/*optional, string, voice prompt for calling*/
    "rejectPrompt":"", 
/*optional, string, voice prompt for rejection*/
    "voiceTalkStopPrompt":""
/*optional, string, end voice prompt for two-way audio*/
  }
}