Module: Aws::LexModelsV2::Client::_ListBotAnalyzerHistoryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBotAnalyzerHistoryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_analyzer_history_list ⇒ ::Array[Types::BotAnalyzerHistorySummary]
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#bot_analyzer_history_list ⇒ ::Array[Types::BotAnalyzerHistorySummary]
1264 |
# File 'sig/client.rbs', line 1264
def bot_analyzer_history_list: () -> ::Array[Types::BotAnalyzerHistorySummary]
|
#bot_id ⇒ ::String
1261 |
# File 'sig/client.rbs', line 1261
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1263 |
# File 'sig/client.rbs', line 1263
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
1262 |
# File 'sig/client.rbs', line 1262
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1265 |
# File 'sig/client.rbs', line 1265
def next_token: () -> ::String
|