BooleanRestriction
A Boolean restriction for the agent.
You can use these restrictions to query agents by using the AgentGetResults action with the AgentBoolean parameter set to True
.
The Boolean restriction is stored as a field in the agentstore so that you can use the Query
action with the AgentBooleanField
parameter set to BOOLEANRESTRICTION
. This action returns all agents that match the specified query.
Actions: | AgentAdd
AgentEdit |
Type: | String |
Default: | |
Example: | BooleanRestriction=cat OR dog
|
See Also: | AgentGetResults action AgentBoolean parameter FieldTextRestriction |