| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static ObfuscationSetting |
ObfuscationSetting.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ObfuscationSetting |
Slot.obfuscationSetting()
Determines whether a slot is obfuscated in conversation logs and stored utterances.
|
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 |
|---|---|
static Set<ObfuscationSetting> |
ObfuscationSetting.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Slot.Builder |
Slot.Builder.obfuscationSetting(ObfuscationSetting obfuscationSetting)
Determines whether a slot is obfuscated in conversation logs and stored utterances.
|
Copyright © 2021. All rights reserved.