DialogAction

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

Types

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

Properties

Link copied to clipboard

If the dialog action is ElicitSlot, defines the slot to elicit from the user.

Link copied to clipboard

When true the next message for the intent is not used.

Link copied to clipboard

The action that the bot should execute.

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