Class: Aws::Types::ListRecommendedIntentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendedIntentsRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def bot_recommendation_id @bot_recommendation_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def next_token @next_token end |