EvaluationRequest

This structure assigns a feature variation to one user session.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An internal ID that represents a unique user session of the application. This entityID is checked against any override rules assigned for this feature.

Link copied to clipboard

A JSON block of attributes that you can optionally pass in. This JSON block is included in the evaluation events sent to Evidently from the user session.

Link copied to clipboard

The name of the feature being evaluated.

Functions

Link copied to clipboard
inline fun copy(block: EvaluationRequest.Builder.() -> Unit = {}): EvaluationRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String