lib/bandwidth-sdk/models/dtmf_callback.rb in bandwidth-sdk-11.3.0 vs lib/bandwidth-sdk/models/dtmf_callback.rb in bandwidth-sdk-12.1.0
- old
+ new
@@ -26,11 +26,11 @@
attr_accessor :account_id
# The id of the application associated with the call.
attr_accessor :application_id
- # The provided identifier of the caller: can be a phone number in E.164 format (e.g. +15555555555) or one of Private, Restricted, Unavailable, or Anonymous.
+ # The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555).
attr_accessor :from
# The phone number that received the call, in E.164 format (e.g. +15555555555).
attr_accessor :to
@@ -55,10 +55,10 @@
attr_accessor :answer_time
# (optional) If the event is related to the B leg of a <Transfer>, the call id of the original call leg that executed the <Transfer>. Otherwise, this field will not be present.
attr_accessor :parent_call_id
- # The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555) or one of Restricted, Anonymous, Private, or Unavailable.
+ # The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555).
attr_accessor :transfer_caller_id
# The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555).
attr_accessor :transfer_to