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.



2524
2525
2526
2527
2528
2529
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2524

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

#recommendation_idsArray<String>

The identifiers of the recommendations.

Returns:

  • (Array<String>)


2524
2525
2526
2527
2528
2529
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2524

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