Module: Aws::LexModelsV2::Client::_StopBotAnalyzerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopBotAnalyzerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_analyzer_request_id ⇒ ::String
- #bot_analyzer_status ⇒ "Processing", ...
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #locale_id ⇒ ::String
Instance Method Details
#bot_analyzer_request_id ⇒ ::String
2215 |
# File 'sig/client.rbs', line 2215
def bot_analyzer_request_id: () -> ::String
|
#bot_analyzer_status ⇒ "Processing", ...
2214 |
# File 'sig/client.rbs', line 2214
def bot_analyzer_status: () -> ("Processing" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_id ⇒ ::String
2211 |
# File 'sig/client.rbs', line 2211
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
2212 |
# File 'sig/client.rbs', line 2212
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
2213 |
# File 'sig/client.rbs', line 2213
def locale_id: () -> ::String
|