enablePrivacyMode

abstract suspend fun enablePrivacyMode(enable: Boolean)

Enable Privacy mode for all VPAs.

When enabled, the user cannot invoke VPAs and VPAs will not proactively start a conversation or send any notifications to the user. The frontend should accompany this by disabling all VPA-related screens (such as Settings) and UI controls (such as 'push-to-talk' if present). This can be used in restricted modes such as valet or for guest drivers.

Parameters

enable

true if Privacy mode should be enabled, false otherwise.