Module: Aws::LexModelsV2::Client::_ListBotResourceGenerationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBotResourceGenerationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #generation_summaries ⇒ ::Array[Types::GenerationSummary]
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1336 |
# File 'sig/client.rbs', line 1336
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1337 |
# File 'sig/client.rbs', line 1337
def bot_version: () -> ::String
|
#generation_summaries ⇒ ::Array[Types::GenerationSummary]
1339 |
# File 'sig/client.rbs', line 1339
def generation_summaries: () -> ::Array[Types::GenerationSummary]
|
#locale_id ⇒ ::String
1338 |
# File 'sig/client.rbs', line 1338
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1340 |
# File 'sig/client.rbs', line 1340
def next_token: () -> ::String
|