Class: Aws::QConnect::Types::NotifyRecommendationsReceivedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::NotifyRecommendationsReceivedResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/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.
8094 8095 8096 8097 8098 8099 |
# File 'lib/aws-sdk-qconnect/types.rb', line 8094 class NotifyRecommendationsReceivedResponse < Struct.new( :recommendation_ids, :errors) SENSITIVE = [] include Aws::Structure end |
#recommendation_ids ⇒ Array<String>
The identifiers of the recommendations.
8094 8095 8096 8097 8098 8099 |
# File 'lib/aws-sdk-qconnect/types.rb', line 8094 class NotifyRecommendationsReceivedResponse < Struct.new( :recommendation_ids, :errors) SENSITIVE = [] include Aws::Structure end |