Values.GenerationSummarySourceContains information about a generation request made for the bot locale.
type nonrec t = {generationId : Id.t option;The unique identifier of the generation request.
*)generationStatus : GenerationStatus.t option;The status of the generation request.
*)creationDateTime : Timestamp.t option;The date and time at which the generation request was made.
*)lastUpdatedDateTime : Timestamp.t option;The date and time at which the generation request was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Id.t | `Timestamp of Timestamp.t ])
list ]