class

OpenAI::WebhookRealtimeCallIncomingData

Inherits JSON::Serializable < Reference < Object

Event data payload.

Constructors

new(call_id : String = "", sip_headers : Array(WebhookRealtimeCallIncomingDataSipHeadersItem) = [] of WebhookRealtimeCallIncomingDataSipHeadersItem)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

call_id

The unique ID of this call.

Source
call_id=(call_id : String)

The unique ID of this call.

Source
sip_headers

Headers from the SIP Invite.

Source
sip_headers=(sip_headers : Array(WebhookRealtimeCallIncomingDataSipHeadersItem))

Headers from the SIP Invite.

Source