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

ObfuscationSetting

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

Determines whether Amazon Lex obscures slot values in conversation logs.

interface ObfuscationSetting {
obfuscationSettingType: ObfuscationSettingType;
}

§Properties

§
obfuscationSettingType: ObfuscationSettingType
[src]

Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.