Module: Aws::LexModelsV2::Client::_DeleteBotLocaleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteBotLocaleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_locale_status ⇒ "Creating", ...
- #bot_version ⇒ ::String
- #locale_id ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def bot_id: () -> ::String
|
#bot_locale_status ⇒ "Creating", ...
602 |
# File 'sig/client.rbs', line 602
def bot_locale_status: () -> ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
#bot_version ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
601 |
# File 'sig/client.rbs', line 601
def locale_id: () -> ::String
|