-
- All Implemented Interfaces:
-
com.telenav.commerce.voiceservice.businesslogic.localcontexthandler.api.ILocalContextHandler
public final class ParkingContextHandler implements ILocalContextHandler
-
-
Constructor Summary
Constructors Constructor Description ParkingContextHandler()
-
Method Summary
Modifier and Type Method Description Unit
updateLocalContext(LocalContext localContext)
This method will update the local context based on the information received from client BaseUpdateContext
getLocalContext()
This method is used for retrieving the current local context Unit
updateLocalContextWithVoiceContext(BaseUpdateContext baseUpdateContext)
This method will update the local context based on the information received from voice Unit
resetLocalContext()
This method will clear the local context -
-
Method Detail
-
updateLocalContext
Unit updateLocalContext(LocalContext localContext)
This method will update the local context based on the information received from client
- Parameters:
localContext
- The context for the current flow step.
-
getLocalContext
BaseUpdateContext getLocalContext()
This method is used for retrieving the current local context
-
updateLocalContextWithVoiceContext
Unit updateLocalContextWithVoiceContext(BaseUpdateContext baseUpdateContext)
This method will update the local context based on the information received from voice
- Parameters:
baseUpdateContext
- The context for the current flow step.
-
resetLocalContext
Unit resetLocalContext()
This method will clear the local context
-
-
-
-