AssistantApiTransactionFeaturesSupport

AI Overview😉

  • The potential purpose of this module is to control how users interact with a device or assistant, specifically whether they can use voice commands to enter a PIN or not. This could be for security or accessibility reasons.
  • This module could impact search results by potentially influencing how users interact with search results that involve transactions or secure data entry. For example, if a user is searching for a way to complete a transaction, the search results may prioritize results that do not require voice PIN entry if this module is set to true.
  • A website may change things to be more favorable for this function by ensuring that their transaction processes do not rely on voice PIN entry, or by providing alternative methods for users to enter their PIN securely. This could involve offering PIN pad entry options or other secure authentication methods.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • voicePinSuppressed (type: boolean(), default: nil) - If true, setting this boolean means the device should not support voice PIN. For example, although the phone supports both voice and PIN pad, but we don't want users using voice. https://docs.google.com/document/d/1M8iJQX3GuxGZGeidS8Gl4KJt3LuBWAIlolPlW10DkxU/edit#heading=h.8ovvdd3i2thv

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.