Module: Aws::LexModelsV2::Client::_StopBotRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopBotRecommendationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_recommendation_id ⇒ ::String
- #bot_recommendation_status ⇒ "Processing", ...
- #bot_version ⇒ ::String
- #locale_id ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
2218 |
# File 'sig/client.rbs', line 2218
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
2222 |
# File 'sig/client.rbs', line 2222
def bot_recommendation_id: () -> ::String
|
#bot_recommendation_status ⇒ "Processing", ...
2221 |
# File 'sig/client.rbs', line 2221
def bot_recommendation_status: () -> ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_version ⇒ ::String
2219 |
# File 'sig/client.rbs', line 2219
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
2220 |
# File 'sig/client.rbs', line 2220
def locale_id: () -> ::String
|