Class NaturalActions.SetProperty
java.lang.Object
com.shaft.properties.internal.NaturalActions.SetProperty
- All Implemented Interfaces:
EngineProperties.SetProperty
- Enclosing interface:
NaturalActions
public static class NaturalActions.SetProperty
extends Object
implements EngineProperties.SetProperty
Fluent current-thread overrides for natural-language actions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaiFallbackEnabled(boolean value) allowedActions(String value) enabled(boolean value) minimumTrustPercentage(int value) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EngineProperties.SetProperty
logPropertyUpdate
-
Constructor Details
-
SetProperty
public SetProperty()
-
-
Method Details
-
enabled
- Parameters:
value- enabled state @return this builder
-
minimumTrustPercentage
- Parameters:
value- minimum trust percentage from 0 to 100 @return this builder
-
planner
- Parameters:
value- planner identifier @return this builder
-
aiFallbackEnabled
- Parameters:
value- AI fallback enabled state @return this builder
-
allowedActions
- Parameters:
value- comma-separated allowed target categories @return this builder
-