ConditionalBranch

A set of actions that Amazon Lex should run if the condition is matched.

Types

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

Properties

Link copied to clipboard

Contains the expression to evaluate. If the condition is true, the branch's actions are taken.

Link copied to clipboard

The name of the branch.

Link copied to clipboard

The next step in the conversation.

Link copied to clipboard

Specifies a list of message groups that Amazon Lex uses to respond the user input.

Functions

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