OpenAI::RealtimeCallRejectRequest
Inherits JSON::Serializable < Reference < Object
Parameters used to decline an incoming SIP call handled by the Realtime API.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
status_code
SIP response code to send back to the caller. Defaults to 603 (Decline)
when omitted.