Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsParticipantWithoutAttributes
Packages that use AnalyticsParticipantWithoutAttributes
-
Uses of AnalyticsParticipantWithoutAttributes in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsParticipantWithoutAttributesModifier and TypeMethodDescriptionAnalyticsParticipantWithoutAttributes.externalContactId(String externalContactId) External contact identifierAnalyticsParticipantWithoutAttributes.externalOrganizationId(String externalOrganizationId) External organization identifierAnalyticsParticipantWithoutAttributes.flaggedReason(AnalyticsParticipantWithoutAttributes.FlaggedReasonEnum flaggedReason) Reason for which participant flagged conversationAnalyticsParticipantWithoutAttributes.participantId(String participantId) Unique identifier for the participantAnalyticsParticipantWithoutAttributes.participantName(String participantName) A human readable name identifying the participantAnalyticsParticipantWithoutAttributes.purpose(AnalyticsParticipantWithoutAttributes.PurposeEnum purpose) The participant's purposeAnalyticsParticipantWithoutAttributes.screenRecording(Boolean screenRecording) Flag determining if a screen recording was started or notAnalyticsParticipantWithoutAttributes.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 AnalyticsParticipantWithoutAttributesMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsParticipantWithoutAttributesModifier and TypeMethodDescriptionAnalyticsConversationWithoutAttributes.participants(List<AnalyticsParticipantWithoutAttributes> participants) Participants in the conversationvoidAnalyticsConversationWithoutAttributes.setParticipants(List<AnalyticsParticipantWithoutAttributes> participants)