Class NlpCustomWitAi
- java.lang.Object
-
- com.restfb.types.webhook.messaging.nlp.BaseNlpEntity
-
- com.restfb.types.webhook.messaging.nlp.NlpCustomWitAi
-
public class NlpCustomWitAi extends BaseNlpEntity
-
-
Constructor Summary
Constructors Constructor Description NlpCustomWitAi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
String
getWitAiKey()
void
setType(String type)
void
setWitAiKey(String witAiKey)
-
Methods inherited from class com.restfb.types.webhook.messaging.nlp.BaseNlpEntity
as, getBody, getConfidence, getEnd, getEntity, getStart, getValue, isEntityOnly, setBody, setConfidence, setEnd, setEntity, setStart, setValue
-
-
-
-
Constructor Detail
-
NlpCustomWitAi
public NlpCustomWitAi()
-
-
Method Detail
-
getWitAiKey
public String getWitAiKey()
-
setWitAiKey
public void setWitAiKey(String witAiKey)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-