Recommendation

Represents a recommendation with all its properties and metadata

Types

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

Properties

Link copied to clipboard

Additional context for recommendation

Link copied to clipboard

ARN of the agent space this recommendation belongs to

Link copied to clipboard

Content of the recommendation

Link copied to clipboard
val createdAt: <Error class: unknown class>

Timestamp when this recommendation was created

Link copied to clipboard

ID of the goal this recommendation is associated with

Link copied to clipboard

Version of the goal at the time this recommendation was generated

Link copied to clipboard

Priority level of the recommendation

Link copied to clipboard

The unique identifier for this recommendation

Link copied to clipboard

Current status of the recommendation

Link copied to clipboard

ID of the task that generated the recommendation

Link copied to clipboard

The title of the recommendation

Link copied to clipboard
val updatedAt: <Error class: unknown class>

Timestamp when this recommendation was last updated

Link copied to clipboard

Version number for optimistic locking

Functions

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