Module: Aws::LexModelsV2::Client::_UpdateBotRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBotRecommendationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_recommendation_id ⇒ ::String
- #bot_recommendation_status ⇒ "Processing", ...
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #encryption_setting ⇒ Types::EncryptionSetting
- #last_updated_date_time ⇒ ::Time
- #locale_id ⇒ ::String
- #transcript_source_setting ⇒ Types::TranscriptSourceSetting
Instance Method Details
#bot_id ⇒ ::String
2387 |
# File 'sig/client.rbs', line 2387
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
2391 |
# File 'sig/client.rbs', line 2391
def bot_recommendation_id: () -> ::String
|
#bot_recommendation_status ⇒ "Processing", ...
2390 |
# File 'sig/client.rbs', line 2390
def bot_recommendation_status: () -> ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_version ⇒ ::String
2388 |
# File 'sig/client.rbs', line 2388
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
2392 |
# File 'sig/client.rbs', line 2392
def creation_date_time: () -> ::Time
|
#encryption_setting ⇒ Types::EncryptionSetting
2395 |
# File 'sig/client.rbs', line 2395
def encryption_setting: () -> Types::EncryptionSetting
|
#last_updated_date_time ⇒ ::Time
2393 |
# File 'sig/client.rbs', line 2393
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
2389 |
# File 'sig/client.rbs', line 2389
def locale_id: () -> ::String
|
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
2394 |
# File 'sig/client.rbs', line 2394
def transcript_source_setting: () -> Types::TranscriptSourceSetting
|