class

OpenAI::RealtimeServerEventConversationCreatedConversation

Inherits JSON::Serializable < Reference < Object

The conversation resource.

Constructors

new(id : String | Nil = nil, object : Hash(String, JSON::Any) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The unique ID of the conversation.

Source
id=(id : String | Nil)

The unique ID of the conversation.

Source
object

The object type, must be realtime.conversation.

Source
object=(object : Hash(String, JSON::Any) | Nil)

The object type, must be realtime.conversation.

Source