Values.UpdateRecommendationRequestSourceRequest structure for updating an existing recommendation
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier for the agent space containing the recommendation
*)recommendationId : ResourceId.t;The unique identifier for the recommendation to update
*)status : RecommendationStatus.t option;Current status of the recommendation
*)additionalContext : String_.t option;Additional context for recommendation
*)clientToken : String_.t option;A unique token that ensures idempotency of the request
*)}val make :
?status:??? ->
?additionalContext:??? ->
?clientToken:??? ->
agentSpaceId:AgentSpaceId.t ->
recommendationId:ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AgentSpaceId.t ]) list ]