Method: Bandwidth::TranscribeRecording#callback_url
- Defined in:
- lib/bandwidth-sdk/models/transcribe_recording.rb
#callback_url ⇒ Object
The URL to send the [TranscriptionAvailable](/docs/voice/webhooks/transcriptionAvailable) event to. You should not include sensitive or personally-identifiable information in the callbackUrl field! Always use the proper username and password fields for authorization.
19 20 21 |
# File 'lib/bandwidth-sdk/models/transcribe_recording.rb', line 19 def callback_url @callback_url end |