Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.22 KB

SayAllOf.md

File metadata and controls

17 lines (13 loc) · 1.22 KB

freeclimb.Model.SayAllOf

Properties

Name Type Description Notes
Text string The message to be played to the caller using TTS. The size of the string is limited to 4 KB (or 4,096 bytes). An empty string will cause the command to be skipped.
Language string Language and (by implication) the locale to use. This implies the accent and pronunciations to be usde for the TTS. The complete list of valid values for the language attribute is shown below. [optional]
Loop int Number of times the text is said. Specifying '0' causes the `Say` action to loop until the Call is hung up. [optional] [default to 1]
PrivacyMode bool Parameter `privacyMode` will not log the `text` as required by PCI compliance. [optional]

[Link to Serialization/Deserialization]
[Back to Enum list]
[Back to Model list]
[Back to API list]
[Back to README]