AWSConnectParticipantRole

Objective-C

NS_ENUM(NSInteger, AWSConnectParticipantRole) {
    AWSConnectParticipantRoleUnknown,
    AWSConnectParticipantRoleAgent,
    AWSConnectParticipantRoleCustomer,
    AWSConnectParticipantRoleSystem,
    AWSConnectParticipantRoleCustomBot,
    AWSConnectParticipantRoleSupervisor,
}

Swift

enum AWSConnectParticipantRole : Int, @unchecked Sendable

Undocumented