View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionConfig (google_api_retail v0.10.0)

Catalog level autocomplete config for customers to customize autocomplete feature's settings.

Attributes

  • allowlistInputConfig (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig.t, default: nil) - Output only. The source data for the latest import of the autocomplete allowlist phrases.
  • autoLearning (type: boolean(), default: nil) - If set to true, the auto learning function is enabled. Auto learning uses user data to generate suggestions using ML techniques. Default value is false. Only after enabling auto learning can users use cloud-retail data in CompleteQueryRequest.
  • denylistInputConfig (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig.t, default: nil) - Output only. The source data for the latest import of the autocomplete denylist phrases.
  • lastAllowlistImportOperation (type: String.t, default: nil) - Output only. Name of the LRO corresponding to the latest allowlist import. Can use GetOperation API to retrieve the latest state of the Long Running Operation.
  • lastDenylistImportOperation (type: String.t, default: nil) - Output only. Name of the LRO corresponding to the latest denylist import. Can use GetOperation API to retrieve the latest state of the Long Running Operation.
  • lastSuggestionsImportOperation (type: String.t, default: nil) - Output only. Name of the LRO corresponding to the latest suggestion terms list import. Can use GetOperation API method to retrieve the latest state of the Long Running Operation.
  • matchingOrder (type: String.t, default: nil) - Specifies the matching order for autocomplete suggestions, e.g., a query consisting of 'sh' with 'out-of-order' specified would suggest "women's shoes", whereas a query of 'red s' with 'exact-prefix' specified would suggest "red shoes". Currently supported values: 'out-of-order' 'exact-prefix' Default value: 'exact-prefix'.
  • maxSuggestions (type: integer(), default: nil) - The maximum number of autocomplete suggestions returned per term. Default value is 20. If left unset or set to 0, then will fallback to default value. Value range is 1 to 20.
  • minPrefixLength (type: integer(), default: nil) - The minimum number of characters needed to be typed in order to get suggestions. Default value is 2. If left unset or set to 0, then will fallback to default value. Value range is 1 to 20.
  • name (type: String.t, default: nil) - Required. Immutable. Fully qualified name projects/*/locations/*/catalogs/*/completionConfig
  • suggestionsInputConfig (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig.t, default: nil) - Output only. The source data for the latest import of the autocomplete suggestion phrases.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionConfig{
  allowlistInputConfig:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig.t()
    | nil,
  autoLearning: boolean() | nil,
  denylistInputConfig:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig.t()
    | nil,
  lastAllowlistImportOperation: String.t() | nil,
  lastDenylistImportOperation: String.t() | nil,
  lastSuggestionsImportOperation: String.t() | nil,
  matchingOrder: String.t() | nil,
  maxSuggestions: integer() | nil,
  minPrefixLength: integer() | nil,
  name: String.t() | nil,
  suggestionsInputConfig:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.