proactiveActionFailure
suspend fun ChatEventHandler.proactiveActionFailure(data: ActionMetadata, instant: Instant = Clock.System.now())
Send a proactive action failure event to the analytics.
proactiveActionFailure should be invoked when the user declines a proactive action offered via ChatActionHandler.popupFlow either by ignoring it or by explicitly declining it by, e.g. tapping a close box.
Parameters
data
ActionMetadata provided in ChatActionHandler.popupFlow.
instant
instant of the event.