public static interface DataStoreConnectionSignals.SafetySignalsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataStoreConnectionSignals.SafetySignals.BannedPhraseMatch |
getBannedPhraseMatch()
Specifies banned phrase match subject.
|
int |
getBannedPhraseMatchValue()
Specifies banned phrase match subject.
|
DataStoreConnectionSignals.SafetySignals.SafetyDecision |
getDecision()
Safety decision.
|
int |
getDecisionValue()
Safety decision.
|
String |
getMatchedBannedPhrase()
The matched banned phrase if there was a match.
|
com.google.protobuf.ByteString |
getMatchedBannedPhraseBytes()
The matched banned phrase if there was a match.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDecisionValue()
Safety decision.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.SafetySignals.SafetyDecision decision = 1;
DataStoreConnectionSignals.SafetySignals.SafetyDecision getDecision()
Safety decision.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.SafetySignals.SafetyDecision decision = 1;
int getBannedPhraseMatchValue()
Specifies banned phrase match subject.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.SafetySignals.BannedPhraseMatch banned_phrase_match = 2;
DataStoreConnectionSignals.SafetySignals.BannedPhraseMatch getBannedPhraseMatch()
Specifies banned phrase match subject.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.SafetySignals.BannedPhraseMatch banned_phrase_match = 2;
String getMatchedBannedPhrase()
The matched banned phrase if there was a match.
string matched_banned_phrase = 3;com.google.protobuf.ByteString getMatchedBannedPhraseBytes()
The matched banned phrase if there was a match.
string matched_banned_phrase = 3;Copyright © 2025 Google LLC. All rights reserved.