agentmail4k
Toggle table of contents
0.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
agentmail4k
agentmail4k
/
com.agentmail4k.dsl
/
AutoReplyBuilder
/
rule
rule
fun
rule
(
match
:
(
Message
)
->
Boolean
,
reply
:
ReplyBuilder
.
(
Message
)
->
Unit
)
Adds an auto-reply rule that replies when the
match
predicate returns true.