public class EntityValueKt
@NotNull public static EntityValue setTo(@NotNull ai.tock.nlp.api.client.model.Entity $this$setTo, @Nullable ai.tock.nlp.entity.Value value)
Takes a Value applied to the current Entity and returns a class EntityValue.
class EntityValue@NotNull public static EntityValue setTo(@NotNull ai.tock.nlp.api.client.model.Entity $this$setTo, @NotNull java.lang.String text)
Takes a String applied to the current Entity and returns a not yet evaluated class EntityValue.
class EntityValue