Package ai.tock.bot.engine.dialog
Class EntityValueKt
-
- All Implemented Interfaces:
public final class EntityValueKt
-
-
Method Summary
Modifier and Type Method Description final static EntityValuesetTo(Entity $self, Value value)Takes a Value applied to the current Entity and returns a EntityValue. final static EntityValuesetTo(Entity $self, String text)Takes a String applied to the current Entity and returns a not yet evaluated EntityValue. -
-
Method Detail
-
setTo
final static EntityValue setTo(Entity $self, Value value)
Takes a Value applied to the current Entity and returns a EntityValue.
-
setTo
final static EntityValue setTo(Entity $self, String text)
Takes a String applied to the current Entity and returns a not yet evaluated EntityValue.
-
-
-
-