class Aws::Lex::Types::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.

@!attribute [rw] intent_name

The name of the intent that Amazon Lex suggests satisfies the
user's intent.
@return [String]

@!attribute [rw] nlu_intent_confidence

Indicates how confident Amazon Lex is that an intent satisfies the
user's intent.
@return [Types::IntentConfidence]

@!attribute [rw] slots

The slot and slot values associated with the predicted intent.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex-2016-11-28/PredictedIntent AWS API Documentation

Constants

SENSITIVE