Uses of Record Class
com.serinity.exercicecontrol.service.ai.CoachAnswer.NextSession
Packages that use CoachAnswer.NextSession
-
Uses of CoachAnswer.NextSession in com.serinity.exercicecontrol.service.ai
Methods in com.serinity.exercicecontrol.service.ai that return CoachAnswer.NextSessionModifier and TypeMethodDescriptionCoachAnswer.nextSession()Returns the value of thenextSessionrecord component.Constructors in com.serinity.exercicecontrol.service.ai with parameters of type CoachAnswer.NextSessionModifierConstructorDescriptionCoachAnswer(String summary, List<String> actions, CoachAnswer.NextSession nextSession, String safetyNote) Creates an instance of aCoachAnswerrecord class.