AssistantApiSettingsHospitalityModeBranding

AI Overview😉

  • The potential purpose of this module is to allow partners or enterprises to customize the branding of the Google Assistant interface with their own logos, names, and language-specific displays. This enables a more personalized experience for users interacting with the Assistant in different languages and locales.
  • This module could impact search results by influencing the visual presentation of search results, potentially affecting user engagement and trust. For example, a user searching for a hotel in Japanese may see the hotel's logo and localized name, making the result more familiar and appealing. This could also lead to a more prominent display of partner or enterprise content, potentially affecting the ranking of other search results.
  • To be more favorable for this function, a website could ensure that it provides accurate and up-to-date branding information, including logos and language-specific names, to Google. This could involve maintaining a consistent brand identity across different languages and locales. Additionally, websites could optimize their content to be more compatible with the Google Assistant's hospitality mode, making it easier for users to find and interact with their content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

TODO(b/169423976) Consider moving Branding out of user level settings into enterprise level settings. Partner branding fields used to customize the ui. Next ID: 7

Attributes

  • displayName (type: String.t, default: nil) - Brand display in the UI
  • displayNameForLanguage (type: map(), default: nil) - Brand display in the UI for languages that the enterprise has a localized name that is different from its global branding name. For example, Hilton is 'ヒルトン' in Japanese and '希爾頓' in Chinese. The keys are hospitality supported display locales, e.g. en, ja-JP, etc, defined in experiment parameter Hospitality__hospitality_display_supported_locales.
  • largeLogoUrl (type: String.t, default: nil) -
  • smallLogoUrl (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.AssistantApiSettingsHospitalityModeBranding{
    displayName: String.t() | nil,
    displayNameForLanguage: map() | nil,
    largeLogoUrl: String.t() | nil,
    smallLogoUrl: 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.