Package com.flowable.agent.api.runtime
Interface AiEvaluationBuilder
- All Known Implementing Classes:
AiEvaluationBuilderImpl
public interface AiEvaluationBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe AI Activation analysis normally runs always after each regular CMMN operation.voidevaluate()The intent evaluation normally only runs when e.g. a chat message comes in, a document is uploaded, etc.includeIntentEvaluation(String evaluationReason) The intent evaluation normally only runs when e.g. a chat message comes in, a document is uploaded, etc.
-
Method Details
-
includeIntentEvaluation
AiEvaluationBuilder includeIntentEvaluation()The intent evaluation normally only runs when e.g. a chat message comes in, a document is uploaded, etc. Using this method will force such an intent evaluation. -
includeIntentEvaluation
The intent evaluation normally only runs when e.g. a chat message comes in, a document is uploaded, etc. Using this method will force such an intent evaluation using the provided evaluation reason. -
disableAiActivationEvaluation
AiEvaluationBuilder disableAiActivationEvaluation()The AI Activation analysis normally runs always after each regular CMMN operation. Using this method will disable the AI Activation analysis. -
evaluate
void evaluate()
-