Class: OpenAI::Models::Webhooks::RealtimeCallIncomingWebhookEvent::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Webhooks::RealtimeCallIncomingWebhookEvent::Data
- Defined in:
- lib/openai/models/webhooks/realtime_call_incoming_webhook_event.rb
Overview
Defined Under Namespace
Classes: SipHeader
Instance Attribute Summary collapse
-
#call_id ⇒ String
The unique ID of this call.
-
#sip_headers ⇒ Array<OpenAI::Models::Webhooks::RealtimeCallIncomingWebhookEvent::Data::SipHeader>
Headers from the SIP Invite.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from OpenAI::Internal::Type::BaseModel
Instance Attribute Details
#call_id ⇒ String
The unique ID of this call.
59 |
# File 'lib/openai/models/webhooks/realtime_call_incoming_webhook_event.rb', line 59 required :call_id, String |
#sip_headers ⇒ Array<OpenAI::Models::Webhooks::RealtimeCallIncomingWebhookEvent::Data::SipHeader>
Headers from the SIP Invite.
65 66 |
# File 'lib/openai/models/webhooks/realtime_call_incoming_webhook_event.rb', line 65 required :sip_headers, -> { OpenAI::Internal::Type::ArrayOf[OpenAI::Webhooks::RealtimeCallIncomingWebhookEvent::Data::SipHeader] } |