Class: Aws::ConnectWisdomService::Types::NotifyRecommendationsReceivedRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::NotifyRecommendationsReceivedRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
-
#recommendation_ids ⇒ Array<String>
The identifiers of the recommendations.
-
#session_id ⇒ String
The identifier of the session.
Instance Attribute Details
#assistant_id ⇒ String
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
2315 2316 2317 2318 2319 2320 2321 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2315 class NotifyRecommendationsReceivedRequest < Struct.new( :assistant_id, :recommendation_ids, :session_id) SENSITIVE = [] include Aws::Structure end |
#recommendation_ids ⇒ Array<String>
The identifiers of the recommendations.
2315 2316 2317 2318 2319 2320 2321 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2315 class NotifyRecommendationsReceivedRequest < Struct.new( :assistant_id, :recommendation_ids, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
2315 2316 2317 2318 2319 2320 2321 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2315 class NotifyRecommendationsReceivedRequest < Struct.new( :assistant_id, :recommendation_ids, :session_id) SENSITIVE = [] include Aws::Structure end |