PromptSpecification

Specifies a list of message groups that Amazon Lex sends to a user to elicit a response.

Types

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

Properties

Link copied to clipboard

Indicates whether the user can interrupt a speech prompt from the bot.

Link copied to clipboard

The maximum number of times the bot tries to elicit a response from the user using this prompt.

Link copied to clipboard

A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.

Link copied to clipboard

Indicates how a message is selected from a message group among retries.

Link copied to clipboard

Specifies the advanced settings on each attempt of the prompt.

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