Module: Aws::LexModelsV2::Client::_CreateBotVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBotVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_status ⇒ "Creating", ...
- #bot_version ⇒ ::String
- #bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def bot_id: () -> ::String
|
#bot_status ⇒ "Creating", ...
309 |
# File 'sig/client.rbs', line 309
def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
#bot_version ⇒ ::String
307 |
# File 'sig/client.rbs', line 307
def bot_version: () -> ::String
|
#bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]
308 |
# File 'sig/client.rbs', line 308
def bot_version_locale_specification: () -> ::Hash[::String, Types::BotVersionLocaleDetails]
|
#creation_date_time ⇒ ::Time
310 |
# File 'sig/client.rbs', line 310
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def description: () -> ::String
|