| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static ObfuscationSetting |
ObfuscationSetting.fromValue(String value)
Use this in place of valueOf.
|
static ObfuscationSetting |
ObfuscationSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObfuscationSetting[] |
ObfuscationSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slot.setObfuscationSetting(ObfuscationSetting obfuscationSetting)
Determines whether a slot is obfuscated in conversation logs and stored utterances.
|
Slot |
Slot.withObfuscationSetting(ObfuscationSetting obfuscationSetting)
Determines whether a slot is obfuscated in conversation logs and stored utterances.
|
Copyright © 2023. All rights reserved.