-
- All Implemented Interfaces:
-
java.io.Serializable
public final class VoiceStateUpdate implements Serializable
Represents a VoiceKit dialog state updated information.
-
-
Field Summary
Fields Modifier and Type Field Description private final Action
action
private final Plugin
activePlugin
private final ConnectionState
connectionState
private final VoiceDialogState
dialogState
-
Constructor Summary
Constructors Constructor Description VoiceStateUpdate(Action action, Plugin activePlugin, ConnectionState connectionState, VoiceDialogState dialogState)
-
Method Summary
Modifier and Type Method Description final Action
getAction()
Voice action In this case action will be received as VOICESDK_STATE_UPDATE final Plugin
getActivePlugin()
Active voice plugin final ConnectionState
getConnectionState()
Connection state final VoiceDialogState
getDialogState()
Voice dialog state -
-
Constructor Detail
-
VoiceStateUpdate
VoiceStateUpdate(Action action, Plugin activePlugin, ConnectionState connectionState, VoiceDialogState dialogState)
-
-
Method Detail
-
getAction
final Action getAction()
Voice action In this case action will be received as VOICESDK_STATE_UPDATE
-
getActivePlugin
final Plugin getActivePlugin()
Active voice plugin
-
getConnectionState
final ConnectionState getConnectionState()
Connection state
-
getDialogState
final VoiceDialogState getDialogState()
Voice dialog state
-
-
-
-