Method: Bandwidth::TranscribeRecording#callback_timeout
- Defined in:
- lib/bandwidth-sdk/models/transcribe_recording.rb
#callback_timeout ⇒ Object
This is the timeout (in seconds) to use when delivering the webhook to ‘callbackUrl`. Can be any numeric value (including decimals) between 1 and 25.
33 34 35 |
# File 'lib/bandwidth-sdk/models/transcribe_recording.rb', line 33 def callback_timeout @callback_timeout end |