AssistantApiSettingsCarrierCallDeviceSettings

AI Overview😉

  • The potential purpose of this module is to determine whether a device is allowed to receive incoming calls from a carrier, which could be used to identify devices that are capable of handling voice calls, and potentially prioritize search results for queries related to voice calls or customer support.
  • This module could impact search results by influencing the ranking of websites that provide customer support or voice call services. For example, if a user searches for "customer support phone number", the search results may prioritize websites that have devices capable of receiving incoming calls, as indicated by this module. This could lead to more relevant and accurate search results for users.
  • A website may change things to be more favorable for this function by ensuring that their customer support or voice call services are properly configured and accessible on devices that allow incoming calls. This could involve optimizing their website's content and metadata to indicate that they offer voice call support, as well as ensuring that their customer support infrastructure is compatible with devices that allow incoming calls.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Carrier related call settings on the device.

Attributes

  • allowIncomingCalls (type: boolean(), default: nil) - Whether this device is allowed to receive incoming PSTN calls.

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.AssistantApiSettingsCarrierCallDeviceSettings{
    allowIncomingCalls: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.