ListChatsRequest

Request structure for listing chats

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

Link copied to clipboard

Maximum number of results to return

Link copied to clipboard

Token for pagination

Link copied to clipboard

The user identifier to list chats for

Functions

Link copied to clipboard
inline fun copy(block: ListChatsRequest.Builder.() -> Unit = {}): ListChatsRequest
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