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

TestSegmentPatternRequest

import type { TestSegmentPatternRequest } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface TestSegmentPatternRequest {
pattern: jsonP.JSONValue;
payload: jsonP.JSONValue;
}

§Properties

§

The pattern to test.

§

A sample evaluationContext JSON block to test against the specified pattern.