View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry (google_api_discovery_engine v0.16.0)

Suggestion deny list entry identifying the phrase to block from suggestions and the applied operation for the phrase.

Attributes

  • blockPhrase (type: String.t, default: nil) - Required. Phrase to block from suggestions served. Can be maximum 125 characters.
  • matchOperator (type: String.t, default: nil) - Required. The match operator to apply for this phrase. Whether to block the exact phrase, or block any suggestions containing this phrase.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry{
    blockPhrase: String.t() | nil,
    matchOperator: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.