Class: OpenAI::Models::Realtime::ConnectionResources::Conversation

Inherits:
Base
  • Object
show all
Defined in:
sig/openai/helpers/realtime/connection_resources.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConversation

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Conversation.

Parameters:



28
# File 'sig/openai/helpers/realtime/connection_resources.rbs', line 28

def initialize: (OpenAI::Realtime::Connection connection) -> void

Instance Attribute Details

#itemsOpenAI::Realtime::ConnectionResources::ConversationItems (readonly)

Returns the value of attribute items.



29
30
31
# File 'sig/openai/helpers/realtime/connection_resources.rbs', line 29

def items
  @items
end