Class: Aws::Types::DescribeBotAnalyzerRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotAnalyzerRecommendationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_analyzer_recommendation_list ⇒ ::Array[Types::BotAnalyzerRecommendation]
Returns the value of attribute bot_analyzer_recommendation_list.
-
#bot_analyzer_status ⇒ "Processing", ...
Returns the value of attribute bot_analyzer_status.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_analyzer_recommendation_list ⇒ ::Array[Types::BotAnalyzerRecommendation]
Returns the value of attribute bot_analyzer_recommendation_list.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def bot_analyzer_recommendation_list @bot_analyzer_recommendation_list end |
#bot_analyzer_status ⇒ "Processing", ...
Returns the value of attribute bot_analyzer_status.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def bot_analyzer_status @bot_analyzer_status end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def creation_date_time @creation_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def next_token @next_token end |