Values.BotRecommendationSummarySourceA summary of the bot recommendation.
type nonrec t = {botRecommendationStatus : BotRecommendationStatus.t option;The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
*)botRecommendationId : Id.t option;The unique identifier of the bot recommendation to be updated.
*)creationDateTime : Timestamp.t option;A timestamp of the date and time that the bot recommendation was created.
*)lastUpdatedDateTime : Timestamp.t option;A timestamp of the date and time that the bot recommendation was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Id.t | `Timestamp of Timestamp.t ])
list ]