onDialogUXStateChanged
abstract fun onDialogUXStateChanged( newState: DialogUXStateAggregatorInterface.DialogUXState, dialogMode: Boolean, chips: RenderDirective.Payload?, sessionActivated: Boolean)
Content copied to clipboard
Called to notify an change of state.
About dialogMode @see com.skt.nugu.sdk.core.interfaces.capability.asr.ASRAgentInterface.OnMultiturnListener
Parameters
newState
: changed state.
dialogMode
: true if dialog mode, false otherwise.
chips
: the chips which is valid currently
sessionActivated
: true if session activated, false otherwise.