Class: Aws::Types::IntentDetectedDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::IntentDetectedDataDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent ⇒ ::String
Returns the value of attribute intent.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#relevance_level ⇒ "HIGH", ...
Returns the value of attribute relevance_level.
Instance Attribute Details
#intent ⇒ ::String
Returns the value of attribute intent.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def intent @intent end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def intent_id @intent_id end |
#relevance_level ⇒ "HIGH", ...
Returns the value of attribute relevance_level.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def relevance_level @relevance_level end |