ListGoalsRequest

Request structure for listing goals

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

Link copied to clipboard

Filter goals by goal type

Link copied to clipboard
val limit: Int?

Maximum number of goals to return

Link copied to clipboard

Pagination token for the next set of results

Link copied to clipboard

Filter goals by goal status

Functions

Link copied to clipboard
inline fun copy(block: ListGoalsRequest.Builder.() -> Unit = {}): ListGoalsRequest
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