BotButton

data class BotButton(val text: String, val value: String)

A button to use on a response card used to gather slot values from a user.

Constructors

Link copied to clipboard
constructor(text: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The text that appears on the button.

Link copied to clipboard

The value returned to Amazon Lex when the user chooses this button.