You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URL to which information on the completed recording is submitted. The PerCL received in response is then used to continue with Call processing.
silence_timeout_ms
Integer
Interval of silence that should elapse before ending the recording.
[optional]
finish_on_key
String
Key that triggers the end of the recording. any digit, '#', or '*'
[optional]
max_length_sec
Integer
Maximum length for the command execution in seconds.
[optional]
play_beep
Boolean
Indicates whether to play a beep sound before the start of the recording. If set to `false`, no beep is played.
[optional]
auto_start
Boolean
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]
privacy_mode
Boolean
Parameter `privacyMode` will not log the `text` as required by PCI compliance.