public interface ImmutableAgentData extends ImmutableDataManipulator<ImmutableAgentData,AgentData>
ImmutableDataManipulator
for toggling AI tasks on Agent
s.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
aiEnabled()
Gets the
ImmutableValue for whether AI tasks are enabled or not. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> aiEnabled()
ImmutableValue
for whether AI tasks are enabled or not.