Package 

Enum VoiceDialogState

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      Added on SDK side - default state

      ASKING

      Voice is playing a prompt and/or requesting a new command from user

      SPEAKING

      Voice is playing a prompt

      THINKING

      Voice is processing user's command

      LISTENING

      Voice is listening for the user to say something

      IDLE

      There's no activity on voice

    • 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