OpenAI::RealtimeServerEventInputAudioBufferDtmfEventReceived
Inherits JSON::Serializable < Reference < Object
SIP Only: Returned when an DTMF event is received. A DTMF event is a message that
represents a telephone keypad press (0–9, *, #, A–D). The event property
is the keypad that the user press. The received_at is the UTC Unix Timestamp
that the server received the event.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, event : String = "", received_at : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source