Class: Aws::ConnectWisdomService::Types::GetRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetRecommendationsRequest
- Defined in:
- gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#session_id ⇒ String
The identifier of the session.
-
#wait_time_seconds ⇒ Integer
The duration (in seconds) for which the call waits for a recommendation to be made available before returning.
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.
1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1554 class GetRecommendationsRequest < Struct.new( :assistant_id, :max_results, :session_id, :wait_time_seconds) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1554 class GetRecommendationsRequest < Struct.new( :assistant_id, :max_results, :session_id, :wait_time_seconds) 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.
1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1554 class GetRecommendationsRequest < Struct.new( :assistant_id, :max_results, :session_id, :wait_time_seconds) SENSITIVE = [] include Aws::Structure end |
#wait_time_seconds ⇒ Integer
The duration (in seconds) for which the call waits for a
recommendation to be made available before returning. If a
recommendation is available, the call returns sooner than
WaitTimeSeconds. If no messages are available and the wait time
expires, the call returns successfully with an empty list.
1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1554 class GetRecommendationsRequest < Struct.new( :assistant_id, :max_results, :session_id, :wait_time_seconds) SENSITIVE = [] include Aws::Structure end |