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

Condition

import type { Condition } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Provides an expression that evaluates to true or false.

interface Condition {
expressionString: string;
}

§Properties

§
expressionString: string
[src]

The expression string that is evaluated.