Values_0.ContactConfigurationSourceThe contact configuration for push notification registration.
type nonrec t = {contactId : ContactId.t;The identifier of the contact within the Amazon Connect instance.
*)participantRole : ParticipantRole.t option;The role of the participant in the chat conversation. Only CUSTOMER is currently supported. Any other values other than CUSTOMER will result in an exception (4xx error).
*)includeRawMessage : IncludeRawMessage.t option;Whether to include raw connect message in the push notification payload. Default is False.
*)}val make :
?participantRole:??? ->
?includeRawMessage:??? ->
contactId:ContactId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IncludeRawMessage.t
| `Enum of string
| `String of ContactId.t ])
list ]