PredictedIntent

An intent that Amazon Lex suggests satisfies the user's intent. Includes the name of the intent, the confidence that Amazon Lex has that the user's intent is satisfied, and the slots defined for the intent.

Types

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

Properties

Link copied to clipboard

The name of the intent that Amazon Lex suggests satisfies the user's intent.

Link copied to clipboard

Indicates how confident Amazon Lex is that an intent satisfies the user's intent.

Link copied to clipboard

The slot and slot values associated with the predicted intent.

Functions

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