QualityQrewriteRelationshipMemoryData

AI Overview😉

  • The potential purpose of this module is to store and provide information about the relationship between a search query and a contact or entity, such as a person or organization. This information is used to improve the search results by providing more personalized and relevant results.
  • This module could impact search results by influencing the ranking of results based on the user's past interactions and relationships with contacts or entities. For example, if a user has previously interacted with a specific contact or entity, the search results may prioritize results related to that contact or entity. This could lead to more personalized and relevant search results.
  • To be more favorable for this function, a website could focus on building a strong online presence and establishing clear relationships with relevant contacts or entities. This could be achieved by creating high-quality, relevant content that mentions or links to these contacts or entities, as well as engaging with users and building a community around the website. Additionally, websites could use structured data and schema markup to provide clear information about their relationships with contacts or entities, making it easier for Google to understand and utilize this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Relationship->contact data provided by Assistant Memory.

Attributes

  • contactPointer (type: GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactPointer.t, default: nil) - The contact pointer. See http://go/assistant-contact-id.
  • value (type: String.t, default: nil) - The contact name copied from UserAttribute.value.

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.QualityQrewriteRelationshipMemoryData{
    contactPointer:
      GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactPointer.t() | nil,
    value: 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.