Class: Aws::QConnect::Types::GetRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/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.
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 |
#triggers ⇒ Array<Types::RecommendationTrigger>
The triggers corresponding to recommendations.
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 |