Module: Aws::LexModelsV2::Client::_StartBotRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartBotRecommendationResponse]
- 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
- #locale_id ⇒ ::String
- #transcript_source_setting ⇒ Types::TranscriptSourceSetting
Instance Method Details
#bot_id ⇒ ::String
2008 |
# File 'sig/client.rbs', line 2008
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
2012 |
# File 'sig/client.rbs', line 2012
def bot_recommendation_id: () -> ::String
|
#bot_recommendation_status ⇒ "Processing", ...
2011 |
# File 'sig/client.rbs', line 2011
def bot_recommendation_status: () -> ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_version ⇒ ::String
2009 |
# File 'sig/client.rbs', line 2009
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
2013 |
# File 'sig/client.rbs', line 2013
def creation_date_time: () -> ::Time
|
#encryption_setting ⇒ Types::EncryptionSetting
2015 |
# File 'sig/client.rbs', line 2015
def encryption_setting: () -> Types::EncryptionSetting
|
#locale_id ⇒ ::String
2010 |
# File 'sig/client.rbs', line 2010
def locale_id: () -> ::String
|
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
2014 |
# File 'sig/client.rbs', line 2014
def transcript_source_setting: () -> Types::TranscriptSourceSetting
|