CreateSlotResponse
import type { CreateSlotResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lexmodelsv2.ts";interface CreateSlotResponse {
botId?: string | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
intentId?: string | null;
localeId?: string | null;
multipleValuesSetting?: MultipleValuesSetting | null;
obfuscationSetting?: ObfuscationSetting | null;
slotId?: string | null;
slotName?: string | null;
slotTypeId?: string | null;
valueElicitationSetting?: SlotValueElicitationSetting | null;
}§Properties
§
multipleValuesSetting?: MultipleValuesSetting | null
[src]§
obfuscationSetting?: ObfuscationSetting | null
[src]§
valueElicitationSetting?: SlotValueElicitationSetting | null
[src]