Package org.apache.nlpcraft.model
Annotation Type NCIntentRef.NCIntentRefList
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface NCIntentRef.NCIntentRefList
Grouping annotation required for when more than oneNCIntentRef
annotation is used.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description NCIntentRef[]
value
Gets the list of allNCIntentRef
annotations attached to the callback.
-
-
-
Element Detail
-
value
NCIntentRef[] value
Gets the list of allNCIntentRef
annotations attached to the callback.- Returns:
- List of all
NCIntentRef
annotations attached to the callback.
-
-