Class: Aws::ConnectWisdomService::Types::GetRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendations ⇒ Array<Types::RecommendationData>
The recommendations.
-
#triggers ⇒ Array<Types::RecommendationTrigger>
The triggers corresponding to recommendations.
Instance Attribute Details
#recommendations ⇒ Array<Types::RecommendationData>
The recommendations.
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 |
#triggers ⇒ Array<Types::RecommendationTrigger>
The triggers corresponding to recommendations.
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 |