Sha256: 563477d1d8edee2ecfa9008e3f8881ee87199f25a7d089a2b900ea94f2d48755
Contents?: true
Size: 1.49 KB
Versions: 20
Compression:
Stored size: 1.49 KB
Contents
# UltracartClient::ConversationPbxVoicemailMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **call_sid** | **String** | Call SID | [optional] | | **duration** | **Integer** | Duration in seconds | [optional] | | **from** | **String** | From phone number in E.164 | [optional] | | **from_caller_id** | **String** | From caller id (if available) | [optional] | | **listened** | **Boolean** | True if the voicemail has been listened to in the user interface | [optional] | | **merchant_id** | **String** | Merchant ID | [optional] | | **recording_sid** | **String** | Recording SID | [optional] | | **recording_size_bytes** | **Integer** | Recording size in bytes | [optional] | | **recording_status** | **String** | Recording Status | [optional] | | **recording_url** | **String** | Recording URL (expires in 4 hours) | [optional] | | **transcript_json** | **String** | JSON version of the transcript | [optional] | | **transcript_text** | **String** | Formatted text of the transcript | [optional] | | **voicemail_dts** | **String** | Voicemail date/time | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxVoicemailMessage.new( call_sid: null, duration: null, from: null, from_caller_id: null, listened: null, merchant_id: null, recording_sid: null, recording_size_bytes: null, recording_status: null, recording_url: null, transcript_json: null, transcript_text: null, voicemail_dts: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems