Attributes of an AI-recommended synthetic test for a DEM journey.

Hierarchy

  • DemRecommendedTestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
config: {
    [key: string]: any;
}

The browser test configuration that can be used to create the recommended test.

Type declaration

  • [key: string]: any
createdAt: Date

The time when the recommendation was generated.

name: string

The display name of the recommended test.

resultId?: string

The identifier of the validating sample run, when available.

sessionId?: string

The RUM session identifier for the validating sample run, when available.

source: string

The pipeline that produced the recommendation.

type: string

The type of synthetic test.

variantId?: string

The variant associated with the recommendation, when applicable.

Generated using TypeDoc