You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lex::Types::PredictedIntent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::PredictedIntent
- Defined in:
- (unknown)
Overview
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.
Instance Attribute Summary collapse
-
#intent_name ⇒ String
The name of the intent that Amazon Lex suggests satisfies the user\'s intent.
-
#nlu_intent_confidence ⇒ Types::IntentConfidence
Indicates how confident Amazon Lex is that an intent satisfies the user\'s intent.
-
#slots ⇒ Hash<String,String>
The slot and slot values associated with the predicted intent.
Instance Attribute Details
#intent_name ⇒ String
The name of the intent that Amazon Lex suggests satisfies the user\'s intent.
#nlu_intent_confidence ⇒ Types::IntentConfidence
Indicates how confident Amazon Lex is that an intent satisfies the user\'s intent.
#slots ⇒ Hash<String,String>
The slot and slot values associated with the predicted intent.