Values.IntentMetadataSourceProvides information about an intent.
type nonrec t = {name : IntentName.t option;The name of the intent.
*)description : Description.t option;A description of the intent.
*)lastUpdatedDate : Timestamp.t option;The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.
*)createdDate : Timestamp.t option;The date that the intent was created.
*)version : Version.t option;The version of the intent.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of IntentName.t | `Timestamp of Timestamp.t ]) list ]