Module: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SafetySignals::SafetyDecision

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb

Overview

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

Constant Summary collapse

SAFETY_DECISION_UNSPECIFIED =

Decision not specified.

0
ACCEPTED_BY_SAFETY_CHECK =

No manual or automatic safety check fired.

1
REJECTED_BY_SAFETY_CHECK =

One ore more safety checks fired.

2