Values_1.PredefinedAttributeSourceInformation about a predefined attribute.
type nonrec t = {name : Values_0.PredefinedAttributeName.t option;The name of the predefined attribute.
*)values : Values_0.PredefinedAttributeValues.t option;The values of the predefined attribute.
*)purposes : Values_0.PredefinedAttributePurposeNameList.t option;Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Amazon Connect admin website.
*)attributeConfiguration : PredefinedAttributeConfiguration.t option;Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Amazon Connect admin website.
*)lastModifiedTime : Values_0.Timestamp.t option;Last modified time.
*)lastModifiedRegion : Values_0.RegionName.t option;Last modified region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.PredefinedAttributeName.t
| `Structure of
(string
* [> `Boolean of Values_0.EnableValueValidationOnAssociation.t
| `List of [> `String of string ] list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]