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
1783 |
# File 'sig/client.rbs', line 1783
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1784 |
# File 'sig/client.rbs', line 1784
def bot_version: () -> ::String
|
#intent_id ⇒ ::String
1786 |
# File 'sig/client.rbs', line 1786
def intent_id: () -> ::String
|
#locale_id ⇒ ::String
1785 |
# File 'sig/client.rbs', line 1785
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1788 |
# File 'sig/client.rbs', line 1788
def next_token: () -> ::String
|
#slot_summaries ⇒ ::Array[Types::SlotSummary]
1787 |
# File 'sig/client.rbs', line 1787
def slot_summaries: () -> ::Array[Types::SlotSummary]
|