Voting helps other researchers find interesting modules.
The device to perform an action. Both device_type and device_name are optional and they can coexist: [on my phone]: device_type = PHONE [on my nexus 4]: device_name = "nexus 4" [on my nexus phone]: device_type = PHONE, device_name = "nexus"
deviceName
GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsDeviceName.t
nil
deviceType
String.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsDevice{ deviceName: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsDeviceName.t() | nil, deviceType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()