SlotSummary

Summary information about a slot, a value that the bot elicits from the user.

Types

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

Properties

Link copied to clipboard

The description of the slot.

Link copied to clipboard

The timestamp of the last date and time that the slot was updated.

Link copied to clipboard

Whether the slot is required or optional. An intent is complete when all required slots are filled.

Link copied to clipboard

The unique identifier of the slot.

Link copied to clipboard

The name given to the slot.

Link copied to clipboard

The unique identifier for the slot type that defines the values for the slot.

Link copied to clipboard

Prompts that are sent to the user to elicit a value for the slot.

Functions

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