proactiveActionDisplay

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

Send a proactive action display event to the analytics.

proactiveActionDisplay should be invoked when a proactive action offered via ChatActionHandler.popupFlow is displayed to the user.

Parameters

instant

instant of the event.

See also