DialogState

The current state of the conversation with the user.

Types

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

Properties

Link copied to clipboard

Defines the action that the bot executes at runtime when the conversation reaches this step.

Link copied to clipboard

Override settings to configure the intent state.

Link copied to clipboard

Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.

Functions

Link copied to clipboard
inline fun copy(block: DialogState.Builder.() -> Unit = {}): DialogState
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