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
1274 |
# File 'sig/client.rbs', line 1274
def bot_id: () -> ::String
|
#bot_locale_summaries ⇒ ::Array[Types::BotLocaleSummary]
1277 |
# File 'sig/client.rbs', line 1277
def bot_locale_summaries: () -> ::Array[Types::BotLocaleSummary]
|
#bot_version ⇒ ::String
1275 |
# File 'sig/client.rbs', line 1275
def bot_version: () -> ::String
|
#next_token ⇒ ::String
1276 |
# File 'sig/client.rbs', line 1276
def next_token: () -> ::String
|