Package 

Interface ILocalContextHandler

  • All Implemented Interfaces:

    
    public interface ILocalContextHandler
    
                        

    This interface define methods for handling the local context. The local context will be used for context switching from touch to voice and vice versa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • updateLocalContext

         abstract 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.
      • updateLocalContextWithVoiceContext

         abstract 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.