CreateChatRequest

Request structure for creating a new chat

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

The user identifier for the chat. This field is deprecated and will be ignored — the service resolves user identity from the authenticated session.

Link copied to clipboard

The authentication type of the user

Functions

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