BotSessionAttribute

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

Key/value pair representing session-specific context information. It contains application information passed between Amazon Lex and a client application.

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.