Package com.botbye
Class Botbye
- java.lang.Object
-
- com.botbye.Botbye
-
public class Botbye extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Botbye(BotbyeConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BotbyeEvaluateResponseevaluate(BotbyeEvent event)java.util.concurrent.CompletableFuture<BotbyeEvaluateResponse>evaluateAsync(BotbyeEvent event)BotbyePhishingResponsefetchImage(java.lang.String origin)BotbyePhishingResponsefetchImage(java.lang.String origin, java.lang.String imageId)voidsetConf(BotbyeConfig config)voidsetPhishingConf(BotbyePhishingConfig config)
-
-
-
Constructor Detail
-
Botbye
public Botbye(BotbyeConfig config)
-
-
Method Detail
-
setConf
public void setConf(BotbyeConfig config)
-
setPhishingConf
public void setPhishingConf(BotbyePhishingConfig config)
-
evaluate
public BotbyeEvaluateResponse evaluate(BotbyeEvent event)
-
evaluateAsync
public java.util.concurrent.CompletableFuture<BotbyeEvaluateResponse> evaluateAsync(BotbyeEvent event)
-
fetchImage
public BotbyePhishingResponse fetchImage(java.lang.String origin)
-
fetchImage
public BotbyePhishingResponse fetchImage(java.lang.String origin, java.lang.String imageId)
-
-