class Aws::ConnectWisdomService::Types::GetRecommendationsRequest

@note When making an API call, you may pass GetRecommendationsRequest

data as a hash:

    {
      assistant_id: "UuidOrArn", # required
      max_results: 1,
      session_id: "UuidOrArn", # required
      wait_time_seconds: 1,
    }

@!attribute [rw] assistant_id

The identifier of the Wisdom assistant. Can be either the ID or the
ARN. URLs cannot contain the ARN.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return per page.
@return [Integer]

@!attribute [rw] session_id

The identifier of the session. Can be either the ID or the ARN. URLs
cannot contain the ARN.
@return [String]

@!attribute [rw] wait_time_seconds

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetRecommendationsRequest AWS API Documentation

Constants

SENSITIVE