OpenAI::RealtimeBetaServerEventConversationItemRetrieved
Inherits JSON::Serializable < Reference < Object
Returned when a conversation item is retrieved with conversation.item.retrieve.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, item : RealtimeConversationItem = RealtimeConversationItemMessageSystem.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
item
Sourceitem=(item : RealtimeConversationItem)
Source