Uses of Class
com.mypurecloud.sdk.v2.model.SessionSegmentAssignment
Packages that use SessionSegmentAssignment
-
Uses of SessionSegmentAssignment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SessionSegmentAssignmentModifier and TypeMethodDescriptionSessionSegmentAssignment.assignedDate(Date assignedDate) Timestamp indicating when the segment was assigned.SessionSegmentAssignment.segment(AssignedSegment segment) The segment that was assigned.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SessionSegmentAssignmentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SessionSegmentAssignmentModifier and TypeMethodDescriptionSession.segmentAssignments(List<SessionSegmentAssignment> segmentAssignments) List of the segment assignments to the customer in this session.voidSession.setSegmentAssignments(List<SessionSegmentAssignment> segmentAssignments)