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