Class MailInboundChannelModel.ClassificationSubSettings

java.lang.Object
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.ClassificationSubSettings
Enclosing class:
MailInboundChannelModel

public static class MailInboundChannelModel.ClassificationSubSettings extends Object
Author:
Filip Hrisafov
  • Field Details

    • mode

      protected String mode
      The classification mode, either "explicit" or "agentic".
    • reference

      protected String reference
      The key referencing the model used for classification. For "explicit" this is the content model (document definition) key, for "agentic" this is the AI agent key.
  • Constructor Details

    • ClassificationSubSettings

      public ClassificationSubSettings()
  • Method Details

    • getMode

      public String getMode()
    • setMode

      public void setMode(String mode)
    • getReference

      public String getReference()
    • setReference

      public void setReference(String reference)