Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EvaluateFeatureResponse

import type { EvaluateFeatureResponse } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface EvaluateFeatureResponse {
details?: jsonP.JSONValue | null;
reason?: string | null;
value?: VariableValue | null;
variation?: string | null;
}

§Properties

§
details?: jsonP.JSONValue | null
[src]

If this user was assigned to a launch or experiment, this field lists the launch or experiment name.

§
reason?: string | null
[src]

Specifies the reason that the user session was assigned this variation. Possible values include DEFAULT, meaning the user was served the default variation; LAUNCH_RULE_MATCH, if the user session was enrolled in a launch; EXPERIMENT_RULE_MATCH, if the user session was enrolled in an experiment; or ENTITY_OVERRIDES_MATCH, if the user's entityId matches an override rule.

§
value?: VariableValue | null
[src]

The value assigned to this variation to differentiate it from the other variations of this feature.

§
variation?: string | null
[src]

The name of the variation that was served to the user session.