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]
803 |
# File 'sig/client.rbs', line 803
def bot_analyzer_recommendation_list: () -> ::Array[Types::BotAnalyzerRecommendation]
|
#bot_analyzer_status ⇒ "Processing", ...
801 |
# File 'sig/client.rbs', line 801
def bot_analyzer_status: () -> ("Processing" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_id ⇒ ::String
798 |
# File 'sig/client.rbs', line 798
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
799 |
# File 'sig/client.rbs', line 799
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
802 |
# File 'sig/client.rbs', line 802
def creation_date_time: () -> ::Time
|
#locale_id ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def locale_id: () -> ::String
|
#next_token ⇒ ::String
804 |
# File 'sig/client.rbs', line 804
def next_token: () -> ::String
|