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]
1259 |
# File 'sig/client.rbs', line 1259
def bot_analyzer_history_list: () -> ::Array[Types::BotAnalyzerHistorySummary]
|
#bot_id ⇒ ::String
1256 |
# File 'sig/client.rbs', line 1256
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1258 |
# File 'sig/client.rbs', line 1258
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
1257 |
# File 'sig/client.rbs', line 1257
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1260 |
# File 'sig/client.rbs', line 1260
def next_token: () -> ::String
|