Values_0.ReferenceSourceWell-formed data on a contact, used by agents to complete a contact request. You can have up to 4,096 UTF-8 bytes across all references for a contact.
type nonrec t = {value : ReferenceValue.t option;A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
*)type_ : ReferenceType.t;The type of the reference. DATE must be of type Epoch timestamp.
*)status : ReferenceStatus.t option;Status of the attachment reference type.
*)arn : ReferenceArn.t option;The Amazon Resource Name (ARN) of the reference
*)statusReason : ReferenceStatusReason.t option;Relevant details why the reference was not successfully created.
*)}val make :
?value:??? ->
?status:??? ->
?arn:??? ->
?statusReason:??? ->
type_:ReferenceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ReferenceValue.t ]) list ]