GetRecommendationsRequest
Types
Properties
Link copied to clipboard
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
Link copied to clipboard
The maximum number of results to return per page.
Link copied to clipboard
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.
Link copied to clipboard
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.
Functions
Link copied to clipboard
inline fun copy(block: GetRecommendationsRequest.Builder.() -> Unit = {}): GetRecommendationsRequest