Class NlpDuration
- java.lang.Object
-
- com.restfb.types.webhook.messaging.nlp.BaseNlpEntity
-
- com.restfb.types.webhook.messaging.nlp.NlpDuration
-
public class NlpDuration extends BaseNlpEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NlpDuration.NormalizedDuration
-
Constructor Summary
Constructors Constructor Description NlpDuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDay()
String
getHour()
String
getMinute()
String
getMonth()
NlpDuration.NormalizedDuration
getNormalized()
String
getSecond()
String
getUnit()
String
getYear()
void
setDay(String day)
void
setHour(String hour)
void
setMinute(String minute)
void
setMonth(String month)
void
setNormalized(NlpDuration.NormalizedDuration normalized)
void
setSecond(String second)
void
setUnit(String unit)
void
setYear(String year)
-
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
-
NlpDuration
public NlpDuration()
-
-
Method Detail
-
getNormalized
public NlpDuration.NormalizedDuration getNormalized()
-
setNormalized
public void setNormalized(NlpDuration.NormalizedDuration normalized)
-
-