Module: Aws::LexModelsV2::Client::_ListSlotsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSlotsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #intent_id ⇒ ::String
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
- #slot_summaries ⇒ ::Array[Types::SlotSummary]
Instance Method Details
#bot_id ⇒ ::String
1778 |
# File 'sig/client.rbs', line 1778
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1779 |
# File 'sig/client.rbs', line 1779
def bot_version: () -> ::String
|
#intent_id ⇒ ::String
1781 |
# File 'sig/client.rbs', line 1781
def intent_id: () -> ::String
|
#locale_id ⇒ ::String
1780 |
# File 'sig/client.rbs', line 1780
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1783 |
# File 'sig/client.rbs', line 1783
def next_token: () -> ::String
|
#slot_summaries ⇒ ::Array[Types::SlotSummary]
1782 |
# File 'sig/client.rbs', line 1782
def slot_summaries: () -> ::Array[Types::SlotSummary]
|