Module: Aws::LexModelsV2::Client::_ListBotLocalesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBotLocalesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_locale_summaries ⇒ ::Array[Types::BotLocaleSummary]
- #bot_version ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1279 |
# File 'sig/client.rbs', line 1279
def bot_id: () -> ::String
|
#bot_locale_summaries ⇒ ::Array[Types::BotLocaleSummary]
1282 |
# File 'sig/client.rbs', line 1282
def bot_locale_summaries: () -> ::Array[Types::BotLocaleSummary]
|
#bot_version ⇒ ::String
1280 |
# File 'sig/client.rbs', line 1280
def bot_version: () -> ::String
|
#next_token ⇒ ::String
1281 |
# File 'sig/client.rbs', line 1281
def next_token: () -> ::String
|