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
data
ActionMetadata provided in ChatActionHandler.popupFlow.
instant
instant of the event.