Class NlpLocation
- java.lang.Object
-
- com.restfb.types.webhook.messaging.nlp.BaseNlpEntity
-
- com.restfb.types.webhook.messaging.nlp.NlpLocation
-
public class NlpLocation extends BaseNlpEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NlpLocation.Coords
static class
NlpLocation.External
static class
NlpLocation.Place
-
Constructor Summary
Constructors Constructor Description NlpLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NlpLocation.Place>
getResolved()
-
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
-
NlpLocation
public NlpLocation()
-
-
Method Detail
-
getResolved
public List<NlpLocation.Place> getResolved()
-
-