Class: Aws::ConnectWisdomService::Types::NotifyRecommendationsReceivedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::NotifyRecommendationsReceivedResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::NotifyRecommendationsReceivedError>
The identifiers of recommendations that are causing errors.
-
#recommendation_ids ⇒ Array<String>
The identifiers of the recommendations.
Instance Attribute Details
#errors ⇒ Array<Types::NotifyRecommendationsReceivedError>
The identifiers of recommendations that are causing errors.
2333 2334 2335 2336 2337 2338 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2333 class NotifyRecommendationsReceivedResponse < Struct.new( :errors, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#recommendation_ids ⇒ Array<String>
The identifiers of the recommendations.
2333 2334 2335 2336 2337 2338 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2333 class NotifyRecommendationsReceivedResponse < Struct.new( :errors, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |