enableWakeUpWord

abstract suspend fun enableWakeUpWord(vpaIdentifier: VpaIdentifier, enable: Boolean)

Asks a VPA to enable or disable Wake Up Word detection.

Parameters

vpaIdentifier

The VPA whose Wake Up Word detection status should be updated. This is the identifier given by the VPA in VpaProperties.vpaIdentifier.

enable

true if Wake Up Word detection should be enabled, false otherwise.