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