RealtimeSessionPayload
此内容尚不支持你的语言。
type RealtimeSessionPayload = object & Record<string, any>;Shape of the payload that the Realtime API expects for session.create/update operations.
This closely mirrors the REST CallAcceptParams type so that callers can feed the payload
directly into the openai.realtime.calls.accept helper without casts.
Type Declaration
Section titled “Type Declaration”type: "realtime";