Class: Aws::QConnect::Types::GetRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetRecommendationsRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_chunk_token ⇒ String
The token for the next set of chunks.
-
#recommendation_type ⇒ String
The type of recommendation being requested.
-
#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 Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5308 class GetRecommendationsRequest < Struct.new( :assistant_id, :session_id, :max_results, :wait_time_seconds, :next_chunk_token, :recommendation_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5308 class GetRecommendationsRequest < Struct.new( :assistant_id, :session_id, :max_results, :wait_time_seconds, :next_chunk_token, :recommendation_type) SENSITIVE = [] include Aws::Structure end |
#next_chunk_token ⇒ String
The token for the next set of chunks. Use the value returned in the previous response in the next request to retrieve the next set of chunks.
5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5308 class GetRecommendationsRequest < Struct.new( :assistant_id, :session_id, :max_results, :wait_time_seconds, :next_chunk_token, :recommendation_type) SENSITIVE = [] include Aws::Structure end |
#recommendation_type ⇒ String
The type of recommendation being requested.
5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5308 class GetRecommendationsRequest < Struct.new( :assistant_id, :session_id, :max_results, :wait_time_seconds, :next_chunk_token, :recommendation_type) 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.
5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5308 class GetRecommendationsRequest < Struct.new( :assistant_id, :session_id, :max_results, :wait_time_seconds, :next_chunk_token, :recommendation_type) 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.
5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5308 class GetRecommendationsRequest < Struct.new( :assistant_id, :session_id, :max_results, :wait_time_seconds, :next_chunk_token, :recommendation_type) SENSITIVE = [] include Aws::Structure end |