Module: Aws::LexModelsV2::Client::_BuildBotLocaleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BuildBotLocaleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_locale_status ⇒ "Creating", ...
- #bot_version ⇒ ::String
- #last_build_submitted_date_time ⇒ ::Time
- #locale_id ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def bot_id: () -> ::String
|
#bot_locale_status ⇒ "Creating", ...
154 |
# File 'sig/client.rbs', line 154
def bot_locale_status: () -> ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
#bot_version ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def bot_version: () -> ::String
|
#last_build_submitted_date_time ⇒ ::Time
155 |
# File 'sig/client.rbs', line 155
def last_build_submitted_date_time: () -> ::Time
|
#locale_id ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def locale_id: () -> ::String
|