Package org.apache.nlpcraft.model
Annotation Type NCIntentRef
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface NCIntentRef
Annotations referencing an intent defined externally in JSON or YAML model declaration.Read full documentation in Intent Matching section and review examples.
-
-
Element Detail
-
value
String value
ID of the intent defined externally.- Returns:
- ID of the intent defined externally.
- Default:
- ""
-
-