obfuscationSetting property

ObfuscationSetting? obfuscationSetting
final

Determines whether a slot is obfuscated in conversation logs and stored utterances. When you obfuscate a slot, the value is replaced by the slot name in curly braces ({}). For example, if the slot name is "full_name", obfuscated values are replaced with "{full_name}". For more information, see Slot Obfuscation .

Implementation

final ObfuscationSetting? obfuscationSetting;