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
1660 |
# File 'sig/client.rbs', line 1660
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
1663 |
# File 'sig/client.rbs', line 1663
def bot_recommendation_id: () -> ::String
|
#bot_version ⇒ ::String
1661 |
# File 'sig/client.rbs', line 1661
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
1662 |
# File 'sig/client.rbs', line 1662
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1665 |
# File 'sig/client.rbs', line 1665
def next_token: () -> ::String
|
#summary_list ⇒ ::Array[Types::RecommendedIntentSummary]
1664 |
# File 'sig/client.rbs', line 1664
def summary_list: () -> ::Array[Types::RecommendedIntentSummary]
|