Class: Telnyx::Models::CallHangupWebhookEvent::Data::Payload::CallQualityStats
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::CallHangupWebhookEvent::Data::Payload::CallQualityStats
- Defined in:
- lib/telnyx/models/call_hangup_webhook_event.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#inbound ⇒ Telnyx::Models::CallHangupWebhookEvent::Data::Payload::CallQualityStats::Inbound?
Inbound call quality statistics.
-
#outbound ⇒ Telnyx::Models::CallHangupWebhookEvent::Data::Payload::CallQualityStats::Outbound?
Outbound call quality statistics.
Instance Method Summary collapse
-
#initialize(jitter_max_variance: nil, jitter_packet_count: nil, mos: nil, packet_count: nil, skip_packet_count: nil) ⇒ Object
constructor
Inbound call quality statistics.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(jitter_max_variance: nil, jitter_packet_count: nil, mos: nil, packet_count: nil, skip_packet_count: nil) ⇒ Object
Inbound call quality statistics.
|
|
# File 'lib/telnyx/models/call_hangup_webhook_event.rb', line 225
|
Instance Attribute Details
#inbound ⇒ Telnyx::Models::CallHangupWebhookEvent::Data::Payload::CallQualityStats::Inbound?
Inbound call quality statistics.
217 |
# File 'lib/telnyx/models/call_hangup_webhook_event.rb', line 217 optional :inbound, -> { Telnyx::CallHangupWebhookEvent::Data::Payload::CallQualityStats::Inbound } |
#outbound ⇒ Telnyx::Models::CallHangupWebhookEvent::Data::Payload::CallQualityStats::Outbound?
Outbound call quality statistics.
223 |
# File 'lib/telnyx/models/call_hangup_webhook_event.rb', line 223 optional :outbound, -> { Telnyx::CallHangupWebhookEvent::Data::Payload::CallQualityStats::Outbound } |