Voting helps other researchers find interesting modules.
Represents the case where there is a target device with low confidence so that the library didn't directly target it. Instead, the library returns the low confidence target device and the fallback device for the client to decide to either trigger a dialog to disambiguate or select one of them based on extra business logic. Next ID: 3
fallbackDeviceLog
GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog.t
nil
lowConfTargetDeviceLog
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsLowConfidenceTargetDeviceLog{ fallbackDeviceLog: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog.t() | nil, lowConfTargetDeviceLog: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog.t() | nil }
@spec decode(struct(), keyword()) :: struct()