AssistantApiSettingsHospitalityCardSettings

AI Overview😉

  • The potential purpose of this module is to configure the display of hospitality-related content, such as YouTube videos, in search results. It seems to be focused on providing a good user experience for users searching for hospitality-related information, such as hotels or travel guides.
  • This module could impact search results by influencing the layout and presentation of hospitality-related content. It may prioritize certain types of content, such as YouTube videos, and provide tutorial cards to help users navigate the search results. This could lead to a more engaging and interactive search experience for users searching for hospitality-related information.
  • To be more favorable for this function, a website may want to ensure that its hospitality-related content is optimized for display in search results. This could include providing high-quality YouTube videos, optimizing images and other media for display in search results, and structuring content in a way that is easy for users to navigate. Additionally, websites may want to consider providing clear and concise information about their hospitality services, as this module may be looking for specific types of content to display prominently in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • cardConfig (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsHospitalityCardSettingsCardConfig.t), default: nil) - Config for Hospitality UI modules.
  • showMediaTapGestureTutorial (type: boolean(), default: nil) - Toggle media tap gesture tutorial card.
  • showPhotoSwipeGestureTutorial (type: boolean(), default: nil) - Toggle photo swipe gesture tutorial card.
  • youtubeCardConfig (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsHospitalityCardSettingsYouTubeCardConfig.t), default: nil) - Config for YouTube video cards.

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.AssistantApiSettingsHospitalityCardSettings{
    cardConfig:
      [
        GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsHospitalityCardSettingsCardConfig.t()
      ]
      | nil,
    showMediaTapGestureTutorial: boolean() | nil,
    showPhotoSwipeGestureTutorial: boolean() | nil,
    youtubeCardConfig:
      [
        GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsHospitalityCardSettingsYouTubeCardConfig.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.