Voting helps other researchers find interesting modules.
Mustang/Kgraph attachment to encode IQL expressions annotated by Webref, Pianno, and other applications. This is currently a prototype implementation. The attachment is not yet output in production. Please contact simonz@ for more info. The planned use-cases include: - Pianno page-level intents (go/pianno-design). - Compound entity representations (go/compounds-in-refx). See go/iql-in-wma for more details about IQL attachment and its encoding design. Next available tag: 5
iqlEncodingVersion
integer()
nil
iqlFuncalls
String.t
piannoConfidenceScoreE2
list(integer())
piannoIqlBitmap
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryIndexingIQLAttachment{ iqlEncodingVersion: integer() | nil, iqlFuncalls: String.t() | nil, piannoConfidenceScoreE2: [integer()] | nil, piannoIqlBitmap: [integer()] | nil }
@spec decode(struct(), keyword()) :: struct()