SlotSummary
import type { SlotSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";interface SlotSummary {
description?: string | null;
lastUpdatedDateTime?: Date | number | null;
slotConstraint?: SlotConstraint | null;
slotId?: string | null;
slotName?: string | null;
slotTypeId?: string | null;
valueElicitationPromptSpecification?: PromptSpecification | null;
}