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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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_idsArray<String>

The identifiers of the recommendations.

Returns:

  • (Array<String>)


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