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

UpdateSlotRequest

import type { UpdateSlotRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";
interface UpdateSlotRequest {
botId: string;
botVersion: string;
description?: string | null;
intentId: string;
localeId: string;
multipleValuesSetting?: MultipleValuesSetting | null;
obfuscationSetting?: ObfuscationSetting | null;
slotId: string;
slotName: string;
slotTypeId: string;
valueElicitationSetting: SlotValueElicitationSetting;
}

§Properties

§
botId: string
[src]
§
botVersion: string
[src]
§
description?: string | null
[src]
§
intentId: string
[src]
§
localeId: string
[src]
§
multipleValuesSetting?: MultipleValuesSetting | null
[src]
§
obfuscationSetting?: ObfuscationSetting | null
[src]
§
slotId: string
[src]
§
slotName: string
[src]
§
slotTypeId: string
[src]
§
valueElicitationSetting: SlotValueElicitationSetting
[src]