Package ai.tock.bot.definition
Class EntityStepSelection
-
- All Implemented Interfaces:
public final class EntityStepSelectionA step entity configuration option.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringvalueprivate final StringentityRoleprivate final StringentityType
-
Constructor Summary
Constructors Constructor Description EntityStepSelection(String value, String entityRole, String entityType)
-
Method Summary
Modifier and Type Method Description final StringgetValue()The optional entity predefined value. final StringgetEntityRole()The role of the searched entity. final StringgetEntityType()The type of searched entity. -
-
Method Detail
-
getEntityRole
final String getEntityRole()
The role of the searched entity.
-
getEntityType
final String getEntityType()
The type of searched entity.
-
-
-
-