AWSConnectParticipantRole
Objective-C
NS_ENUM(NSInteger, AWSConnectParticipantRole) {
AWSConnectParticipantRoleUnknown,
AWSConnectParticipantRoleAgent,
AWSConnectParticipantRoleCustomer,
AWSConnectParticipantRoleSystem,
AWSConnectParticipantRoleCustomBot,
AWSConnectParticipantRoleSupervisor,
}
Swift
enum AWSConnectParticipantRole : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantRoleUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantRoleAgent
Swift
case agent = 1
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantRoleCustomer
Swift
case customer = 2
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantRoleSystem
Swift
case system = 3
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantRoleCustomBot
Swift
case customBot = 4
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantRoleSupervisor
Swift
case supervisor = 5