EventData

fun EventData(    eventType: EventType,     sessionId: String,     matchId: String = "",     matchIndex: Int? = null)

Parameters

eventType

Feedback event type.

matchId

Match identifier for the selected or accepted search result.

sessionId

Search session identifier.

matchIndex

Index of the match in the list of matches.