TravelFlightsAirlineConfigLocalizedContactInfo

AI Overview😉

  • The potential purpose of this module is to provide localized contact information for airlines, allowing users to access airline contact details in their preferred language and region. This could be useful for users who are traveling internationally and need to contact an airline for assistance.
  • This module could impact search results by providing more relevant and accurate airline contact information to users, especially those searching for flights or travel-related information. It may also improve the user experience by allowing users to access contact information in their native language, making it easier for them to get help when they need it.
  • To be more favorable for this function, a website may want to ensure that their airline contact information is accurate, up-to-date, and provided in multiple languages. They may also want to use structured data and schema markup to help search engines like Google understand the context and relevance of their contact information. Additionally, providing clear and consistent language codes (e.g. "en" for English or "zh-HK-Hant" for Traditional Chinese in Hong Kong) could help the module accurately determine the language and region of the user.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Airline contact info grouped by language. The language locale subcode will determine the country.

Attributes

  • contactInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t), default: nil) -
  • language (type: String.t, default: nil) - IETF BCP-47, e.g. "en" or "zh-HK-Hant"

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.TravelFlightsAirlineConfigLocalizedContactInfo{
    contactInfo:
      [
        GoogleApi.ContentWarehouse.V1.Model.TravelFlightsAirlineConfigContactInfo.t()
      ]
      | nil,
    language: 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.