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
301 |
# File 'sig/client.rbs', line 301
def bot_id: () -> ::String
|
#bot_status ⇒ "Creating", ...
305 |
# File 'sig/client.rbs', line 305
def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
#bot_version ⇒ ::String
303 |
# File 'sig/client.rbs', line 303
def bot_version: () -> ::String
|
#bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]
304 |
# File 'sig/client.rbs', line 304
def bot_version_locale_specification: () -> ::Hash[::String, Types::BotVersionLocaleDetails]
|
#creation_date_time ⇒ ::Time
306 |
# File 'sig/client.rbs', line 306
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def description: () -> ::String
|