Uses of Enum Class
neqsim.util.agentic.AgentSession.Outcome
Packages that use AgentSession.Outcome
-
Uses of AgentSession.Outcome in neqsim.util.agentic
Subclasses with type arguments of type AgentSession.Outcome in neqsim.util.agenticModifier and TypeClassDescriptionstatic enumFinal outcome of the agent session.Fields in neqsim.util.agentic declared as AgentSession.OutcomeModifier and TypeFieldDescriptionfinal AgentSession.OutcomeAgentFeedbackCollector.SessionSummary.outcomeFinal outcome.private AgentSession.OutcomeAgentSession.outcomeMethods in neqsim.util.agentic that return AgentSession.OutcomeModifier and TypeMethodDescriptionAgentSession.getOutcome()Get the session outcome.static AgentSession.OutcomeReturns the enum constant of this class with the specified name.static AgentSession.Outcome[]AgentSession.Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.util.agentic with parameters of type AgentSession.OutcomeModifier and TypeMethodDescriptionvoidAgentSession.complete(AgentSession.Outcome outcome) Mark the session as complete.