Class NlpReminder
- java.lang.Object
-
- com.restfb.types.webhook.messaging.nlp.BaseNlpEntity
-
- com.restfb.types.webhook.messaging.nlp.NlpReminder
-
public class NlpReminder extends BaseNlpEntity
-
-
Constructor Summary
Constructors Constructor Description NlpReminder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getSuggested()
String
getType()
void
setSuggested(Boolean suggested)
void
setType(String type)
-
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
-
NlpReminder
public NlpReminder()
-
-
Method Detail
-
getSuggested
public Boolean getSuggested()
-
setSuggested
public void setSuggested(Boolean suggested)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-