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
1374 |
# File 'sig/client.rbs', line 1374
def bot_id: () -> ::String
|
#bot_version_summaries ⇒ ::Array[Types::BotVersionSummary]
1375 |
# File 'sig/client.rbs', line 1375
def bot_version_summaries: () -> ::Array[Types::BotVersionSummary]
|
#next_token ⇒ ::String
1376 |
# File 'sig/client.rbs', line 1376
def next_token: () -> ::String
|