Class: Aws::QConnect::Types::NotifyRecommendationsReceivedResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::NotifyRecommendationsReceivedError>

The identifiers of recommendations that are causing errors.



8101
8102
8103
8104
8105
8106
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8101

class NotifyRecommendationsReceivedResponse < Struct.new(
  :recommendation_ids,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idsArray<String>

The identifiers of the recommendations.

Returns:

  • (Array<String>)


8101
8102
8103
8104
8105
8106
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8101

class NotifyRecommendationsReceivedResponse < Struct.new(
  :recommendation_ids,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end