View Source GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingRankerDeviceTargetingFeaturesProperties (google_api_content_warehouse v0.3.0)

The properties of the device. They are static and won't change. Next ID: 4

Attributes

  • deviceModelId (type: String.t, default: nil) - The model ID of the device. This should be globally unique across manufacturers/OEMs.
  • isOwnedBySpeaker (type: boolean(), default: nil) - Indicate whether the device is owned by the user who is speaking.
  • surfaceType (type: String.t, default: nil) - Assistant surface type (ontology).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingRankerDeviceTargetingFeaturesProperties{
    deviceModelId: String.t() | nil,
    isOwnedBySpeaker: boolean() | nil,
    surfaceType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.