Class SafetySignals (1.33.0)

SafetySignals(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Safety check results.

Attributes

NameDescription
decision google.cloud.dialogflowcx_v3beta1.types.DataStoreConnectionSignals.SafetySignals.SafetyDecision
Safety decision.
banned_phrase_match google.cloud.dialogflowcx_v3beta1.types.DataStoreConnectionSignals.SafetySignals.BannedPhraseMatch
Specifies banned phrase match subject.
matched_banned_phrase str
The matched banned phrase if there was a match.

Classes

BannedPhraseMatch

BannedPhraseMatch(value)

Specifies banned phrase match subject.

Values: BANNED_PHRASE_MATCH_UNSPECIFIED (0): No banned phrase check was executed. BANNED_PHRASE_MATCH_NONE (1): All banned phrase checks led to no match. BANNED_PHRASE_MATCH_QUERY (2): A banned phrase matched the query. BANNED_PHRASE_MATCH_RESPONSE (3): A banned phrase matched the response.

SafetyDecision

SafetyDecision(value)

Safety decision. All kinds of check are incorporated into this final decision, including banned phrases check.

Values: SAFETY_DECISION_UNSPECIFIED (0): Decision not specified. ACCEPTED_BY_SAFETY_CHECK (1): No manual or automatic safety check fired. REJECTED_BY_SAFETY_CHECK (2): One ore more safety checks fired.