Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsParticipant
Packages that use AnalyticsParticipant
-
Uses of AnalyticsParticipant in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsParticipantModifier and TypeMethodDescriptionAnalyticsParticipant.attributes(Map<String, String> attributes) List of attributes associated to this participantAnalyticsParticipant.externalContactId(String externalContactId) External contact identifierAnalyticsParticipant.externalOrganizationId(String externalOrganizationId) External organization identifierAnalyticsParticipant.flaggedReason(AnalyticsParticipant.FlaggedReasonEnum flaggedReason) Reason for which participant flagged conversationAnalyticsParticipant.participantId(String participantId) Unique identifier for the participantAnalyticsParticipant.participantName(String participantName) A human readable name identifying the participantAnalyticsParticipant.purpose(AnalyticsParticipant.PurposeEnum purpose) The participant's purposeAnalyticsParticipant.screenRecording(Boolean screenRecording) Flag determining if a screen recording was started or notAnalyticsParticipant.sessions(List<AnalyticsSession> sessions) List of sessions associated to this participantThe team ID the user is a member ofUnique identifier for the userMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnalyticsParticipantMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsParticipantModifier and TypeMethodDescriptionAnalyticsConversation.participants(List<AnalyticsParticipant> participants) Participants in the conversationvoidAnalyticsConversation.setParticipants(List<AnalyticsParticipant> participants)