Module: Aws::LexModelsV2::Client::_ListRecommendedIntentsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListRecommendedIntentsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_recommendation_id ⇒ ::String
- #bot_version ⇒ ::String
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
- #summary_list ⇒ ::Array[Types::RecommendedIntentSummary]
Instance Method Details
#bot_id ⇒ ::String
1665 |
# File 'sig/client.rbs', line 1665
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
1668 |
# File 'sig/client.rbs', line 1668
def bot_recommendation_id: () -> ::String
|
#bot_version ⇒ ::String
1666 |
# File 'sig/client.rbs', line 1666
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
1667 |
# File 'sig/client.rbs', line 1667
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1670 |
# File 'sig/client.rbs', line 1670
def next_token: () -> ::String
|
#summary_list ⇒ ::Array[Types::RecommendedIntentSummary]
1669 |
# File 'sig/client.rbs', line 1669
def summary_list: () -> ::Array[Types::RecommendedIntentSummary]
|