Values.RecommendationSourceRepresents a recommendation with all its properties and metadata
type nonrec t = {agentSpaceArn : String_.t option;ARN of the agent space this recommendation belongs to
*)recommendationId : String_.t option;The unique identifier for this recommendation
*)taskId : String_.t option;ID of the task that generated the recommendation
*)goalId : String_.t option;ID of the goal this recommendation is associated with
*)title : String_.t option;The title of the recommendation
*)content : RecommendationContent.t option;Content of the recommendation
*)status : RecommendationStatus.t option;Current status of the recommendation
*)priority : RecommendationPriority.t option;Priority level of the recommendation
*)goalVersion : Long.t option;Version of the goal at the time this recommendation was generated
*)additionalContext : String_.t option;Additional context for recommendation
*)createdAt : BackLogTimestamp.t option;Timestamp when this recommendation was created
*)updatedAt : BackLogTimestamp.t option;Timestamp when this recommendation was last updated
*)version : Long.t option;Version number for optimistic locking
*)}