Module: Aws::LexModelsV2::Client::_DescribeBotAnalyzerRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBotAnalyzerRecommendationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_analyzer_recommendation_list ⇒ ::Array[Types::BotAnalyzerRecommendation]
- #bot_analyzer_status ⇒ "Processing", ...
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#bot_analyzer_recommendation_list ⇒ ::Array[Types::BotAnalyzerRecommendation]
799 |
# File 'sig/client.rbs', line 799
def bot_analyzer_recommendation_list: () -> ::Array[Types::BotAnalyzerRecommendation]
|
#bot_analyzer_status ⇒ "Processing", ...
797 |
# File 'sig/client.rbs', line 797
def bot_analyzer_status: () -> ("Processing" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_id ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
795 |
# File 'sig/client.rbs', line 795
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
798 |
# File 'sig/client.rbs', line 798
def creation_date_time: () -> ::Time
|
#locale_id ⇒ ::String
796 |
# File 'sig/client.rbs', line 796
def locale_id: () -> ::String
|
#next_token ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def next_token: () -> ::String
|