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

SampleValue

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

Defines one of the values for a slot type.

interface SampleValue {
value: string;
}

§Properties

§
value: string
[src]

The value that can be used for a slot type.