public enum RaiSettings.RaiCategoryConfig.SensitivityLevel extends Enum<RaiSettings.RaiCategoryConfig.SensitivityLevel> implements ProtocolMessageEnumEnum for user-configurable sensitivity levels.
Protobuf enum
google.cloud.dialogflow.v2.RaiSettings.RaiCategoryConfig.SensitivityLevel
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BLOCK_FEW |
Block a few potentially sensitive responses. |
BLOCK_FEW_VALUE |
Block a few potentially sensitive responses. |
BLOCK_MOST |
Block most potentially sensitive responses. |
BLOCK_MOST_VALUE |
Block most potentially sensitive responses. |
BLOCK_NONE |
No filtering for this category. |
BLOCK_NONE_VALUE |
No filtering for this category. |
BLOCK_SOME |
Block some potentially sensitive responses. |
BLOCK_SOME_VALUE |
Block some potentially sensitive responses. |
SENSITIVITY_LEVEL_UNSPECIFIED |
Default value. If unspecified, the default behavior is:
|
SENSITIVITY_LEVEL_UNSPECIFIED_VALUE |
Default value. If unspecified, the default behavior is:
|
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|