Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecommendationsRequest

example

Click here to see how to use RecommendationsRequest.

Hierarchy

Properties

catalogId

catalogId: string

Unique catalog identifier.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional recommendationStatus

recommendationStatus: model.RecommendationStatus

A filter used to return only recommendations having the requested status.

recommendationType

recommendationType: Array<RecommendationType>

A filter used to return only recommendations of the specified type.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

sourceObjectKey

sourceObjectKey: string

A filter used to provide the unique identifier of the source object, for which a list of recommendations will be returned for review.

sourceObjectType

sourceObjectType: RecommendationResourceType

A filter used to provide the type of the source object, for which a list of recommendations will be returned for review.