proactiveActionSuccess
suspend fun ChatEventHandler.proactiveActionSuccess(data: ActionMetadata, instant: Instant = Clock.System.now())
Send a proactive action success event to the analytics.
proactiveActionSuccess should be invoked when the user accepts a proactive action offered via ChatActionHandler.popupFlow either by clicking or tapping it.
Parameters
data
ActionMetadata provided in ChatActionHandler.popupFlow.
instant
instant of the event.