Class SafetySignals (1.34.0)

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

Safety check results.

Attributes

Name Description
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.

SafetyDecision

SafetyDecision(value)

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