Statement

class Statement

A collection of messages that convey information to the user. At runtime, Amazon Lex selects the message to convey.

Types

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

Properties

Link copied to clipboard

A collection of message objects.

Link copied to clipboard

At runtime, if the client is using the PostText API, Amazon Lex includes the response card in the response. It substitutes all of the session attributes and slot values for placeholders in the response card.

Functions

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