Class: Aws::ConnectWisdomService::Types::GetRecommendationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendationsArray<Types::RecommendationData>

The recommendations.

Returns:



1573
1574
1575
1576
1577
1578
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1573

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

#triggersArray<Types::RecommendationTrigger>

The triggers corresponding to recommendations.

Returns:



1573
1574
1575
1576
1577
1578
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1573

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