Voting helps other researchers find interesting modules.
How a piece of data was resolved through external data (either elsewhere in the query, or from a previous query). Examples: [obama and his age] -> "his" is resolved from the Obama entity obama -> "he" is resolved from the Obama entity starbucks -> Q2 is resolved from the list of shops
refersToFullMrf
boolean()
nil
resolutionType
String.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersDialogReferentialResolution{ refersToFullMrf: boolean() | nil, resolutionType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()