proactiveActionClick

suspend fun ChatEventHandler.proactiveActionClick(data: ActionMetadata, instant: Instant = Clock.System.now())

Send a proactive action click event to the analytics.

proactiveActionClick should be invoked when the user clicks or taps on a proactive action offered via ChatActionHandler.popupFlow.

Parameters

instant

instant of the event.

See also