Module: Aws::LexModelsV2::Client::_ListBotVersionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBotVersionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version_summaries ⇒ ::Array[Types::BotVersionSummary]
- #next_token ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1379 |
# File 'sig/client.rbs', line 1379 def bot_id: () -> ::String |
#bot_version_summaries ⇒ ::Array[Types::BotVersionSummary]
1380 |
# File 'sig/client.rbs', line 1380 def bot_version_summaries: () -> ::Array[Types::BotVersionSummary] |
#next_token ⇒ ::String
1381 |
# File 'sig/client.rbs', line 1381 def next_token: () -> ::String |