Class: Aws::Types::DescribeBotAnalyzerRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotAnalyzerRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_analyzer_request_id ⇒ ::String
Returns the value of attribute bot_analyzer_request_id.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_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_analyzer_request_id ⇒ ::String
Returns the value of attribute bot_analyzer_request_id.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def bot_analyzer_request_id @bot_analyzer_request_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def bot_id @bot_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def next_token @next_token end |