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

SlotValue

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

The value to set in a slot.

interface SlotValue {
interpretedValue?: string | null;
}

§Properties

§
interpretedValue?: string | null
[src]

The value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.