Class: Aws::QConnect::Types::GetRecommendationsResponse

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

#recommendationsArray<Types::RecommendationData>

The recommendations.

Returns:



1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1773

class GetRecommendationsResponse < Struct.new(
  :recommendations,
  :triggers)
  SENSITIVE = []
  include Aws::Structure
end

#triggersArray<Types::RecommendationTrigger>

The triggers corresponding to recommendations.

Returns:



1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1773

class GetRecommendationsResponse < Struct.new(
  :recommendations,
  :triggers)
  SENSITIVE = []
  include Aws::Structure
end