Listener

interface Listener

Interface of a listener to be called when there has been an change of state The DialogUX state means speech recognition(ASR) and speaking(TTS)

Functions

Link copied to clipboard
abstract fun onDialogUXStateChanged(    newState: DialogUXStateAggregatorInterface.DialogUXState,     dialogMode: Boolean,     chips: RenderDirective.Payload?,     sessionActivated: Boolean)

Called to notify an change of state.