BotSessionAttribute

data class BotSessionAttribute(val key: String, val value: String? = null)

Constructors

Link copied to clipboard
constructor(key: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The name of the session attribute.

Link copied to clipboard
val value: String? = null

The session-specific context information for the session attribute.