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
2375 |
# File 'sig/client.rbs', line 2375
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
2379 |
# File 'sig/client.rbs', line 2379
def bot_recommendation_id: () -> ::String
|
#bot_recommendation_status ⇒ "Processing", ...
2378 |
# File 'sig/client.rbs', line 2378
def bot_recommendation_status: () -> ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_version ⇒ ::String
2376 |
# File 'sig/client.rbs', line 2376
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
2380 |
# File 'sig/client.rbs', line 2380
def creation_date_time: () -> ::Time
|
#encryption_setting ⇒ Types::EncryptionSetting
2383 |
# File 'sig/client.rbs', line 2383
def encryption_setting: () -> Types::EncryptionSetting
|
#last_updated_date_time ⇒ ::Time
2381 |
# File 'sig/client.rbs', line 2381
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
2377 |
# File 'sig/client.rbs', line 2377
def locale_id: () -> ::String
|
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
2382 |
# File 'sig/client.rbs', line 2382
def transcript_source_setting: () -> Types::TranscriptSourceSetting
|