AppsPeopleOzExternalMergedpeopleapiContactPromptSettingsInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to contact information and prompt settings for individuals within Google's People API. It seems to be a way to store and manage contact details, such as phone numbers, emails, or addresses, and potentially provide prompts or suggestions for users to update or add new contact information.
  • Impact on search results: This module might influence search results by providing more accurate or up-to-date contact information for individuals, which could improve the relevance and usefulness of search results, especially for people-related searches. It could also help Google to better understand relationships between individuals and provide more personalized search results.
  • Optimization for this function: To be more favorable for this function, a website could ensure that it provides accurate, complete, and up-to-date contact information for individuals, such as employees, authors, or contributors. This could include implementing schema markup for contact information, using consistent and standardized formats for phone numbers, emails, and addresses, and regularly updating contact details to reflect changes.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contact level People Prompt settings. This message is a pure wrapper of the shared ContactPromptSettings message so that it can be a top-level person field. No other fields should be added to the message.

Attributes

  • contactPromptSettings (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactPromptSettings.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.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.AppsPeopleOzExternalMergedpeopleapiContactPromptSettingsInfo{
    contactPromptSettings:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactPromptSettings.t()
      | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.