Values.StartEngagementRequestSourceStarts an engagement to a contact or escalation plan. The engagement engages each contact specified in the incident.
type nonrec t = {contactId : SsmContactsArn.t;The Amazon Resource Name (ARN) of the contact being engaged.
*)sender : Sender.t;The user that started the engagement.
*)subject : Subject.t;The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.
*)content : Content.t;The secure content of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.
*)publicSubject : PublicSubject.t option;The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.
*)publicContent : PublicContent.t option;The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.
*)incidentId : IncidentId.t option;The ARN of the incident that the engagement is part of.
*)idempotencyToken : IdempotencyToken.t option;A token ensuring that the operation is called only once with the specified details.
*)}