Uses of Class
dyntabs.ai.activity.EntityRef
Packages that use EntityRef
-
Uses of EntityRef in dyntabs.ai.activity
Methods in dyntabs.ai.activity that return EntityRefModifier and TypeMethodDescriptionstatic EntityRefCreate a bare reference with no descriptive attributes.static EntityRefCreate a reference carrying a single recognition hint — typically a human-readable label.static EntityRefCreate a reference with an arbitrary set of recognition hints.UserActivityEvent.primaryEntity()Convenience accessor for the entity this act primarily concerned — useful for deixis, where "this" usually means the single most relevant object.Methods in dyntabs.ai.activity that return types with arguments of type EntityRefMethods in dyntabs.ai.activity with parameters of type EntityRefModifier and TypeMethodDescriptionAdd one business object this act touched.Method parameters in dyntabs.ai.activity with type arguments of type EntityRefModifier and TypeMethodDescriptionAdd several business objects this act touched.voidActivityRecorder.record(UserActivityEvent.Type type, String verb, List<EntityRef> entities, String text) Convenience builder-and-record for callers that don't want to assemble aUserActivityEvent.