MessageGroup

Provides one or more messages that Amazon Lex should send to the user.

Types

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

Properties

Link copied to clipboard

The primary message that Amazon Lex should send to the user.

Link copied to clipboard

Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.

Functions

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