Values.GetRecommendationRequestSourceRequest structure for retrieving a specific 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 retrieve
*)recommendationVersion : Long.t option;Specific version of the recommendation to retrieve. If not specified, returns the latest version.
*)}val make :
?recommendationVersion:??? ->
agentSpaceId:AgentSpaceId.t ->
recommendationId:ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of AgentSpaceId.t ]) list ]