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

Matcher for search request query

Attributes

  • fullMatch (type: boolean(), default: nil) - Whether the search query needs to exactly match the query term.
  • value (type: String.t, default: nil) - The specific query value to match against Must be lowercase, must be UTF-8. Can have at most 3 space separated terms if full_match is true. Cannot be an empty string. Maximum length of 5000 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaConditionQueryTerm{
    fullMatch: boolean() | nil,
    value: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.