OpenAI::RealtimeServerEventConversationCreated
Inherits JSON::Serializable < Reference < Object
Returned when a conversation is created. Emitted right after session creation.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, conversation : RealtimeServerEventConversationCreatedConversation = RealtimeServerEventConversationCreatedConversation.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
conversation=(conversation : RealtimeServerEventConversationCreatedConversation)
The conversation resource.