public enum DataStoreConnectionSignals.SafetySignals.BannedPhraseMatch extends Enum<DataStoreConnectionSignals.SafetySignals.BannedPhraseMatch> implements ProtocolMessageEnum
Specifies banned phrase match subject.
Protobuf enum
google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.SafetySignals.BannedPhraseMatch
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BANNED_PHRASE_MATCH_NONE |
All banned phrase checks led to no match. |
BANNED_PHRASE_MATCH_NONE_VALUE |
All banned phrase checks led to no match. |
BANNED_PHRASE_MATCH_QUERY |
A banned phrase matched the query. |
BANNED_PHRASE_MATCH_QUERY_VALUE |
A banned phrase matched the query. |
BANNED_PHRASE_MATCH_RESPONSE |
A banned phrase matched the response. |
BANNED_PHRASE_MATCH_RESPONSE_VALUE |
A banned phrase matched the response. |
BANNED_PHRASE_MATCH_UNSPECIFIED |
No banned phrase check was executed. |
BANNED_PHRASE_MATCH_UNSPECIFIED_VALUE |
No banned phrase check was executed. |
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() |