IntentSummary

Provides information about the state of an intent. You can use this information to get the current state of an intent so that you can process the intent, or so that you can return the intent to its previous state.

Types

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

Properties

Link copied to clipboard

A user-defined label that identifies a particular intent. You can use this label to return to a previous intent.

Link copied to clipboard

The status of the intent after the user responds to the confirmation prompt. If the user confirms the intent, Amazon Lex sets this field to Confirmed. If the user denies the intent, Amazon Lex sets this value to Denied. The possible values are:

Link copied to clipboard

The next action that the bot should take in its interaction with the user. The possible values are:

Link copied to clipboard

The fulfillment state of the intent. The possible values are:

Link copied to clipboard

The name of the intent.

Link copied to clipboard

Map of the slots that have been gathered and their values.

Link copied to clipboard

The next slot to elicit from the user. If there is not slot to elicit, the field is blank.

Functions

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