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

instant

instant of the event.

See also