Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.4 KB

File metadata and controls

15 lines (12 loc) · 1.4 KB

# RecordUtterance

Properties

Name Type Description Notes
action_url string 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 int 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 int Maximum length for the command execution in seconds. [optional]
play_beep bool Indicates whether to play a beep sound before the start of the recording. If set to `false`, no beep is played. [optional]
auto_start 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]
privacy_mode 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]