Values.RelatedItemContentSourceRepresents the content of a particular type of related item.
type nonrec t = {contact : ContactContent.t option;Represents the content of a contact to be returned to agents.
*)comment : CommentContent.t option;Represents the content of a comment to be returned to agents.
*)file : FileContent.t option;Represents the content of a File to be returned to agents.
*)sla : SlaContent.t option;Represents the content of an SLA to be returned to agents.
*)connectCase : ConnectCaseContent.t option;Represents the Amazon Connect case to be created as a related item.
*)custom : CustomContent.t option;Represents the content of a Custom type related item.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of FieldId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of
FieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ])
list ]
list
| `String of ContactArn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of
FieldValueUnionStringValueString.t
| `Structure of 'b list ])
list ]
list
| `String of SlaName.t
| `Timestamp of SlaTargetTime.t ])
list
| `Timestamp of ConnectedToSystemTime.t ])
list ])
list ]