-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum VoiceDialogState extends Enum<VoiceDialogState>
Indicates possible values for voice states
-
-
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()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-