class Aws::LexRuntimeV2::Types::Interpretation

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

@!attribute [rw] nlu_confidence

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.
@return [Types::ConfidenceScore]

@!attribute [rw] sentiment_response

The sentiment expressed in an utterance.

When the bot is configured to send utterances to Amazon Comprehend
for sentiment analysis, this field contains the result of the
analysis.
@return [Types::SentimentResponse]

@!attribute [rw] intent

A list of intents that might satisfy the user's utterance. The
intents are ordered by the confidence score.
@return [Types::Intent]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/Interpretation AWS API Documentation

Constants

SENSITIVE