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

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

#recommendationsArray<Types::RecommendationData>

The recommendations.

Returns:



5322
5323
5324
5325
5326
5327
# File 'lib/aws-sdk-qconnect/types.rb', line 5322

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

#triggersArray<Types::RecommendationTrigger>

The triggers corresponding to recommendations.

Returns:



5322
5323
5324
5325
5326
5327
# File 'lib/aws-sdk-qconnect/types.rb', line 5322

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