Package 

Enum Domain

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Domain
    extends Enum<Domain>
                        

    Represents the voice domain.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      GENERAL

      This is used only on the client;

      LOCATION

      Is sent out when current location is send out to voice

      NOVOLABS

      Received when the actual domain is novolabs and voice is in Novolabs context

      ICC

      Send when the actual domain is unknown

      VOICE

      Send out for NLG_RESPONSE_ACTION

      PARKING

      Sent/Received for voice parking flow

      FOOD

      Sent/Received for voice food flow

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait