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