global class EngagementInteractionUpdateInput { global Boolean attendeeAuthenticated; global String attendeeVerificationTime; global Boolean attendeeVerified; global String communicationChannel; global String contextId; global String duration; global String endDateTime; global String externalIdentifierId; global String id; global String initiatingAttendeeId; global String mappedState; global String phoneNumber; global String reason; global String sentiment; global String startDateTime; global String status; global String type; global EngagementInteractionUpdateInput() { } global Object clone() { } global Boolean equals(Object obj) { } global Integer hashCode() { } global String toString() { } }