SlotCaptureSetting

Settings used when Amazon Lex successfully captures a slot value from a user.

Types

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

Properties

Link copied to clipboard

A list of conditional branches to evaluate after the slot value is captured.

Link copied to clipboard

Specifies the next step that the bot runs when the slot value is captured before the code hook times out.

Link copied to clipboard

Specifies a list of message groups that Amazon Lex uses to respond the user input.

Link copied to clipboard

Code hook called after Amazon Lex successfully captures a slot value.

Link copied to clipboard

Code hook called when Amazon Lex doesn't capture a slot value.

Link copied to clipboard

A list of conditional branches to evaluate when the slot value isn't captured.

Link copied to clipboard

Specifies the next step that the bot runs when the slot value code is not recognized.

Link copied to clipboard

Specifies a list of message groups that Amazon Lex uses to respond the user input.

Functions

Link copied to clipboard
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