Values.PredictedActionSourceAn object that identifies an action. The API returns a list of PredictedActions.
type nonrec t = {actionId : ActionID.t option;The ID of the recommended action.
*)score : Score.t option;The score of the recommended action. For information about action scores, see How action recommendation scoring works.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Score.t | `String of ActionID.t ]) list ]