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
1331 |
# File 'sig/client.rbs', line 1331
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1332 |
# File 'sig/client.rbs', line 1332
def bot_version: () -> ::String
|
#generation_summaries ⇒ ::Array[Types::GenerationSummary]
1334 |
# File 'sig/client.rbs', line 1334
def generation_summaries: () -> ::Array[Types::GenerationSummary]
|
#locale_id ⇒ ::String
1333 |
# File 'sig/client.rbs', line 1333
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1335 |
# File 'sig/client.rbs', line 1335
def next_token: () -> ::String
|