DialogAction

Describes the next action that the bot should take in its interaction with the user and provides information about the context in which the action takes place. Use the DialogAction data type to set the interaction to a specific state, or to return the interaction to a previous state.

Types

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

Properties

Link copied to clipboard

The fulfillment state of the intent. The possible values are:

Link copied to clipboard

The name of the intent.

Link copied to clipboard

The message that should be shown to the user. If you don't specify a message, Amazon Lex will use the message configured for the intent.

Link copied to clipboard
Link copied to clipboard

Map of the slots that have been gathered and their values.

Link copied to clipboard

The name of the slot 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 possible values are:

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