View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals (google_api_dialogflow v0.78.0)

Safety check results.

Attributes

  • bannedPhraseMatch (type: String.t, default: nil) - Specifies banned phrase match subject.
  • decision (type: String.t, default: nil) - Safety decision.
  • matchedBannedPhrase (type: String.t, default: nil) - The matched banned phrase if there was a match.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals{
    bannedPhraseMatch: String.t() | nil,
    decision: String.t() | nil,
    matchedBannedPhrase: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.