DialogAction

The next action that Amazon Lex V2 should take.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configures the slot to use spell-by-letter or spell-by-word style. When you use a style on a slot, users can spell out their input to make it clear to your bot.

Link copied to clipboard

The name of the slot that should be elicited from the user.

Link copied to clipboard

The name of the constituent sub slot of the composite slot specified in slotToElicit that should be elicited from the user.

Link copied to clipboard

The next action that the bot should take in its interaction with the user. The following values are possible:

Functions

Link copied to clipboard
inline fun copy(block: DialogAction.Builder.() -> Unit = {}): DialogAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String