-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UpdateLocationResponse implements Serializable
Response data used to send out location updates to VoiceKit.
-
-
Field Summary
Fields Modifier and Type Field Description private final VoiceGeoLocation
currentLocation
-
Constructor Summary
Constructors Constructor Description UpdateLocationResponse(Action action, Domain domain, VoiceGeoLocation currentLocation)
-
Method Summary
Modifier and Type Method Description final VoiceGeoLocation
getCurrentLocation()
Current location String
toString()
Returns a string representation of the object. -
-
Constructor Detail
-
UpdateLocationResponse
UpdateLocationResponse(Action action, Domain domain, VoiceGeoLocation currentLocation)
-
-
Method Detail
-
getCurrentLocation
final VoiceGeoLocation getCurrentLocation()
Current location
-
-
-
-