File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ struct CommonUtils {
1414 return Constants . CUSTOMER
1515 case AWSConnectParticipantParticipantRole . system. rawValue:
1616 return Constants . SYSTEM
17+ case AWSConnectParticipantParticipantRole . supervisor. rawValue:
18+ return Constants . SUPERVISOR
19+ case AWSConnectParticipantParticipantRole . customBot. rawValue:
20+ return Constants . CUSTOM_BOT
1721 default :
1822 return Constants . UNKNOWN
1923 }
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ public struct Constants {
1010 static let AGENT = " AGENT "
1111 static let CUSTOMER = " CUSTOMER "
1212 static let SYSTEM = " SYSTEM "
13+ static let SUPERVISOR = " SUPERVISOR "
14+ static let CUSTOM_BOT = " CUSTOM_BOT "
1315 static let UNKNOWN = " UNKNOWN "
1416 static let MESSAGE = " MESSAGE "
1517 static let ATTACHMENT = " ATTACHMENT "
You can’t perform that action at this time.
0 commit comments