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
2003 |
# File 'sig/client.rbs', line 2003
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
2007 |
# File 'sig/client.rbs', line 2007
def bot_recommendation_id: () -> ::String
|
#bot_recommendation_status ⇒ "Processing", ...
2006 |
# File 'sig/client.rbs', line 2006
def bot_recommendation_status: () -> ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_version ⇒ ::String
2004 |
# File 'sig/client.rbs', line 2004
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
2008 |
# File 'sig/client.rbs', line 2008
def creation_date_time: () -> ::Time
|
#encryption_setting ⇒ Types::EncryptionSetting
2010 |
# File 'sig/client.rbs', line 2010
def encryption_setting: () -> Types::EncryptionSetting
|
#locale_id ⇒ ::String
2005 |
# File 'sig/client.rbs', line 2005
def locale_id: () -> ::String
|
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
2009 |
# File 'sig/client.rbs', line 2009
def transcript_source_setting: () -> Types::TranscriptSourceSetting
|