BotSessionAttributeArgs

data class BotSessionAttributeArgs(val key: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<BotSessionAttributeArgs>

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: Output<String>, value: Output<String>? = null)

Properties

Link copied to clipboard
val key: Output<String>

The name of the session attribute.

Link copied to clipboard
val value: Output<String>? = null

The session-specific context information for the session attribute.

Functions

Link copied to clipboard
open override fun toJava(): BotSessionAttributeArgs