Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.44 KB

RecordUtteranceAllOf.md

File metadata and controls

16 lines (12 loc) · 1.44 KB

freeclimb.Model.RecordUtteranceAllOf

Properties

Name Type Description Notes
ActionUrl string URL to which information on the completed recording is submitted. The PerCL received in response is then used to continue with Call processing.
SilenceTimeoutMs int Interval of silence that should elapse before ending the recording. [optional]
FinishOnKey string Key that triggers the end of the recording. any digit, '#', or '*' [optional]
MaxLengthSec int Maximum length for the command execution in seconds. [optional]
PlayBeep bool Indicates whether to play a beep sound before the start of the recording. If set to `false`, no beep is played. [optional]
AutoStart bool If `false`, recording begins immediately after the RecordUtterance command is processed. If `true`, recording begins when audio is present and if audio begins before the `maxLengthSec` timeout. If no audio begins before `maxLengthSec`, no recording is generated. [optional]
PrivacyMode bool Parameter `privacyMode` will not log the `text` as required by PCI compliance. [optional]

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