Module: Aws::LexModelsV2::Client::_DescribeBotRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBotRecommendationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_recommendation_id ⇒ ::String
- #bot_recommendation_results ⇒ Types::BotRecommendationResults
- #bot_recommendation_status ⇒ "Processing", ...
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #encryption_setting ⇒ Types::EncryptionSetting
- #failure_reasons ⇒ ::Array[::String]
- #last_updated_date_time ⇒ ::Time
- #locale_id ⇒ ::String
- #transcript_source_setting ⇒ Types::TranscriptSourceSetting
Instance Method Details
#bot_id ⇒ ::String
845 |
# File 'sig/client.rbs', line 845
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
849 |
# File 'sig/client.rbs', line 849
def bot_recommendation_id: () -> ::String
|
#bot_recommendation_results ⇒ Types::BotRecommendationResults
855 |
# File 'sig/client.rbs', line 855
def bot_recommendation_results: () -> Types::BotRecommendationResults
|
#bot_recommendation_status ⇒ "Processing", ...
848 |
# File 'sig/client.rbs', line 848
def bot_recommendation_status: () -> ("Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_version ⇒ ::String
846 |
# File 'sig/client.rbs', line 846
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
851 |
# File 'sig/client.rbs', line 851
def creation_date_time: () -> ::Time
|
#encryption_setting ⇒ Types::EncryptionSetting
854 |
# File 'sig/client.rbs', line 854
def encryption_setting: () -> Types::EncryptionSetting
|
#failure_reasons ⇒ ::Array[::String]
850 |
# File 'sig/client.rbs', line 850
def failure_reasons: () -> ::Array[::String]
|
#last_updated_date_time ⇒ ::Time
852 |
# File 'sig/client.rbs', line 852
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
847 |
# File 'sig/client.rbs', line 847
def locale_id: () -> ::String
|
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
853 |
# File 'sig/client.rbs', line 853
def transcript_source_setting: () -> Types::TranscriptSourceSetting
|