AssistantApiCoreTypesMessageNotificationPerson

AI Overview😉

  • The potential purpose of this module is to identify and highlight important people mentioned in search results, such as authors, creators, or key individuals related to a topic. This could help users quickly understand the relevance and credibility of a search result.
  • This module could impact search results by promoting content that mentions important people or authors, potentially giving them more visibility and credibility. It may also help to filter out less relevant results that don't mention key individuals. This could lead to more accurate and trustworthy search results.
  • To be more favorable for this function, a website could ensure that it clearly mentions and highlights important people related to its content, such as authors, creators, or experts. This could be done by including author bios, citations, or references to credible sources. Additionally, using schema markup to identify people and their roles could help search engines understand the relevance and importance of these individuals.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Mirrors part of https://developer.android.com/reference/android/app/Person Next Id: 4

Attributes

  • isImportant (type: boolean(), default: nil) -
  • key (type: String.t, default: nil) -
  • name (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.AssistantApiCoreTypesMessageNotificationPerson{
    isImportant: boolean() | nil,
    key: String.t() | nil,
    name: 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.