Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SafetySignals (v1.1.1)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SafetySignals.

Safety check results.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#banned_phrase_match

def banned_phrase_match() -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SafetySignals::BannedPhraseMatch

#banned_phrase_match=

def banned_phrase_match=(value) -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SafetySignals::BannedPhraseMatch

#decision

def decision() -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SafetySignals::SafetyDecision

#decision=

def decision=(value) -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SafetySignals::SafetyDecision

#matched_banned_phrase

def matched_banned_phrase() -> ::String
Returns
  • (::String) — The matched banned phrase if there was a match.

#matched_banned_phrase=

def matched_banned_phrase=(value) -> ::String
Parameter
  • value (::String) — The matched banned phrase if there was a match.
Returns
  • (::String) — The matched banned phrase if there was a match.