Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 901 Bytes

CallflowsTts.md

File metadata and controls

15 lines (12 loc) · 901 Bytes

IO.Swagger.Model.CallflowsTts

Properties

Name Type Description Notes
EndlessPlayback bool? Loop the media until canceled [optional]
Engine string What TTS engine to use [optional]
Language string The language of the speaker [optional]
SkipModule bool? When set to true this callflow action is skipped, advancing to the wildcard branch (if any) [optional]
Terminators List<string> What DTMF can terminate playback of the audio [optional]
Text string The text to speak
Voice string What voice to use when speaking the text [optional] [default to "female"]

[Back to Model list] [Back to API list] [Back to README]