SocialGraphApiProtoPromptContent

AI Overview😉

  • The potential purpose of this module is to provide a structured way to represent and process prompts or sparks in social graph data, which could be used to personalize search results or suggest content to users.
  • This module could impact search results by influencing the types of content that are suggested or prioritized for individual users, potentially leading to more personalized and relevant search results. It may also affect the ranking of content that is deemed more "spark-worthy" or engaging.
  • To be more favorable for this function, a website could focus on creating high-quality, engaging, and relevant content that is likely to spark user interest. This could involve using attention-grabbing titles, summaries, and other metadata, as well as optimizing content for user engagement and sharing. Additionally, websites could ensure that their content is easily accessible and indexable by Google's crawlers to increase the likelihood of being included in personalized search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService) and in Custard response to client apps that read Prompts.

Attributes

  • title (type: String.t, default: nil) - Title of prompt/spark being sent.

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.SocialGraphApiProtoPromptContent{
  title: 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.