AssistantApiSettingsSearchFilter

AI Overview😉

  • The potential purpose of this module is to specify and filter search features that can be used, allowing the algorithm to customize and refine search results based on certain criteria or settings.
  • This module could impact search results by influencing which features are included or excluded, potentially affecting the relevance, accuracy, or diversity of the results. It may also impact the user experience by customizing the search interface or presentation of results.
  • A website may change things to be more favorable for this function by ensuring that their content and metadata are accurately and consistently structured, making it easier for the algorithm to understand and apply the specified search features. This could involve optimizing title tags, meta descriptions, header tags, and other structural elements to provide clear and relevant information about the content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsSearchFilter (google_api_content_warehouse v0.4.0)

Specification of which search features can be used.

Attributes

  • state (type: String.t, default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsSearchFilter{
  state: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.