Class: Aws::Types::ListRecommendedIntentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendedIntentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#summary_list ⇒ ::Array[Types::RecommendedIntentSummary]
Returns the value of attribute summary_list.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def bot_recommendation_id @bot_recommendation_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def next_token @next_token end |
#summary_list ⇒ ::Array[Types::RecommendedIntentSummary]
Returns the value of attribute summary_list.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def summary_list @summary_list end |