Class: Aws::Types::ListSlotsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSlotsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#slot_summaries ⇒ ::Array[Types::SlotSummary]
Returns the value of attribute slot_summaries.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def bot_version @bot_version end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def intent_id @intent_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def next_token @next_token end |
#slot_summaries ⇒ ::Array[Types::SlotSummary]
Returns the value of attribute slot_summaries.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def slot_summaries @slot_summaries end |