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

SlotPriority

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

Sets the priority that Amazon Lex should use when eliciting slot values from a user.

interface SlotPriority {
priority: number;
slotId: string;
}

§Properties

§
priority: number
[src]

The priority that a slot should be elicited.

§
slotId: string
[src]

The unique identifier of the slot.