Class GoalChoiceNotApproved
-
- All Implemented Interfaces:
-
com.embabel.agent.api.common.autonomy.GoalChoiceApprovalResponse
public final class GoalChoiceNotApproved implements GoalChoiceApprovalResponse
-
-
Constructor Summary
Constructors Constructor Description GoalChoiceNotApproved(GoalChoiceApprovalRequest request, String reason)
-
Method Summary
Modifier and Type Method Description BooleangetApproved()GoalChoiceApprovalRequestgetRequest()final StringgetReason()-
-
Constructor Detail
-
GoalChoiceNotApproved
GoalChoiceNotApproved(GoalChoiceApprovalRequest request, String reason)
-
-
Method Detail
-
getApproved
Boolean getApproved()
-
getRequest
GoalChoiceApprovalRequest getRequest()
-
-
-
-