FieldTextRestriction
Set a FieldText restriction for the new agent.
You can use these restrictions to query agents by using the AgentGetResults action with the AgentFieldText parameter set to True
.
The Boolean restriction is stored as a field in the agentstore so that you can send a Query action to the agentstore, with the FieldTextField parameter set to FIELDTEXTRESTRICTION
. This action returns all agents that match the specified query.
Actions: | |
Type: | String |
Default: | |
Example:s | FieldTextRestriction=STRING{dog}:ANIMALS
|
See Also: | BooleanRestriction
AgentGetResults action AgentFieldText parameter FieldTextField |