Values_1.GetContactAttributesRequestSourceRetrieves the contact attributes for the specified contact.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance.
*)initialContactId : Values_0.ContactId.t;The identifier of the initial contact.
*)}val make :
instanceId:Values_0.InstanceId.t ->
initialContactId:Values_0.ContactId.t ->
unit ->
t