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

NewCustomVocabularyItem

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

The new custom vocabulary item from the custom vocabulary list.

interface NewCustomVocabularyItem {
displayAs?: string | null;
phrase: string;
weight?: number | null;
}

§Properties

§
displayAs?: string | null
[src]

The display as value assigned to the new custom vocabulary item from the custom vocabulary list.

§
phrase: string
[src]

The unique phrase for the new custom vocabulary item from the custom vocabulary list.

§
weight?: number | null
[src]

The weight assigned to the new custom vocabulary item from the custom vocabulary list.