Interpretation

An object containing information about an intent that Amazon Lex V2 determined might satisfy the user's utterance. The intents are ordered by the confidence score.

Types

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

Properties

Link copied to clipboard

A list of intents that might satisfy the user's utterance. The intents are ordered by the confidence score.

Link copied to clipboard

Specifies the service that interpreted the input.

Link copied to clipboard

Determines the threshold where Amazon Lex V2 will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a response. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot.

Link copied to clipboard

The sentiment expressed in an utterance.

Functions

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