ListRecommendationsRequest

Request structure for listing recommendations with filtering and pagination support

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the agent space containing the recommendations

Link copied to clipboard

Optional goal ID to filter recommendations by specific goal

Link copied to clipboard
val limit: Int?

Maximum number of recommendations to return in a single response

Link copied to clipboard

Token for retrieving the next page of results

Link copied to clipboard

Optional priority to filter recommendations by priority level

Link copied to clipboard

Optional status to filter recommendations by their current status

Link copied to clipboard

Optional task ID to filter recommendations by specific task

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String