Class: Aws::Types::UserTurnIntentOutput
- Inherits:
-
Object
- Object
- Aws::Types::UserTurnIntentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#slots ⇒ ::Hash[::String, Types::UserTurnSlotOutput]
Returns the value of attribute slots.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
3796 3797 3798 |
# File 'sig/types.rbs', line 3796 def name @name end |
#slots ⇒ ::Hash[::String, Types::UserTurnSlotOutput]
Returns the value of attribute slots.
3797 3798 3799 |
# File 'sig/types.rbs', line 3797 def slots @slots end |