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
2207 |
# File 'sig/client.rbs', line 2207
def bot_analyzer_request_id: () -> ::String
|
#bot_analyzer_status ⇒ "Processing", ...
2206 |
# File 'sig/client.rbs', line 2206
def bot_analyzer_status: () -> ("Processing" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_id ⇒ ::String
2203 |
# File 'sig/client.rbs', line 2203
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
2204 |
# File 'sig/client.rbs', line 2204
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
2205 |
# File 'sig/client.rbs', line 2205
def locale_id: () -> ::String
|