Class: Aws::Types::PredictedIntent
- Inherits:
-
Object
- Object
- Aws::Types::PredictedIntent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#nlu_intent_confidence ⇒ Types::IntentConfidence
Returns the value of attribute nlu_intent_confidence.
-
#slots ⇒ ::Hash[::String, ::String]
Returns the value of attribute slots.
Instance Attribute Details
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
209 210 211 |
# File 'sig/types.rbs', line 209 def intent_name @intent_name end |
#nlu_intent_confidence ⇒ Types::IntentConfidence
Returns the value of attribute nlu_intent_confidence.
210 211 212 |
# File 'sig/types.rbs', line 210 def nlu_intent_confidence @nlu_intent_confidence end |
#slots ⇒ ::Hash[::String, ::String]
Returns the value of attribute slots.
211 212 213 |
# File 'sig/types.rbs', line 211 def slots @slots end |