WaitAndContinueSpecification

Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.

Types

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

Properties

Link copied to clipboard

Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the active field isn't specified, the default is true.

Link copied to clipboard

The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.

Link copied to clipboard

A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.

Link copied to clipboard

The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.

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