Items

class Items(val items: List<ResponseItem>) : ResponseInput

A conversation, sent as a JSON array of items.

Constructors

Link copied to clipboard
constructor(items: List<ResponseItem>)

Properties

Link copied to clipboard

The items, in the order the model sees them.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String