Intent

class Intent

The current intent that Amazon Lex V2 is attempting to fulfill.

Types

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

Properties

Link copied to clipboard

Indicates whether the intent has been Confirmed, Denied, or None if the confirmation stage has not yet been reached.

Link copied to clipboard

The name of the intent.

Link copied to clipboard

A map of all of the slots for the intent. The name of the slot maps to the value of the slot. If a slot has not been filled, the value is null.

Link copied to clipboard

Indicates the fulfillment state for the intent. The meanings of each value are as follows:

Functions

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