ChatSession

data class ChatSession(val userName: String, val sessionId: String)

Represents a chat session.

Constructors

Link copied to clipboard
constructor(userName: String, sessionId: String)

Properties

Link copied to clipboard

The session ID of the chat session.

Link copied to clipboard

The username associated with the chat session.