OpenAI::ThreadListResource
Inherits JSON::Serializable < Reference < Object
A paginated list of ChatKit threads.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, data : Array(ThreadResource) = [] of ThreadResource, first_id : ThreadListResourceFirstId = nil, last_id : ThreadListResourceLastId = nil, has_more : Bool = false)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
first_id
Sourcefirst_id=(first_id : ThreadListResourceFirstId)
Sourcelast_id
Sourcelast_id=(last_id : ThreadListResourceLastId)
Source