Voting helps other researchers find interesting modules.
Information of the app to be annotated for the query. It contains the name of the app, the package name associated with it. It also contains the confidence associated with {app, package} pair. This confidence is calculated from different signals like navboost, ranking etc. which later is used for ranking the apps for a particular query. The source of this app information is also indicated. This app info can either be from installed app (collected from device content) or from the fastmap. LINT.IfChange
androidIntent
list(String.t)
nil
appName
String.t
category
GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppUnderstandingCategory.t
confidence
number()
displayName
fallbackUrl
packageName
source
sourceData
list(GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceData.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfo{ androidIntent: [String.t()] | nil, appName: String.t() | nil, category: GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppUnderstandingCategory.t() | nil, confidence: number() | nil, displayName: String.t() | nil, fallbackUrl: String.t() | nil, packageName: String.t() | nil, source: String.t() | nil, sourceData: [GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceData.t()] | nil }
@spec decode(struct(), keyword()) :: struct()