Class: Aws::QConnect::Types::GetRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetRecommendationsResponse
- Defined in:
- gems/aws-sdk-qconnect/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.
4673 4674 4675 4676 4677 4678 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4673 class GetRecommendationsResponse < Struct.new( :recommendations, :triggers) SENSITIVE = [] include Aws::Structure end |
#triggers ⇒ Array<Types::RecommendationTrigger>
The triggers corresponding to recommendations.
4673 4674 4675 4676 4677 4678 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4673 class GetRecommendationsResponse < Struct.new( :recommendations, :triggers) SENSITIVE = [] include Aws::Structure end |