Voting helps other researchers find interesting modules.
A collection of any number of QRefAnnotations that designate a Copley Personal Reference and its Resolutions. This is used to handle personalized intents such as "navigate to my hotel" or "when is my mom's anniversary". See go/copley. This Annotation may contain only a reference with no resolutions for the failure case (go/copley-punts). TODO(bhorst) Rename this to remove the Copley codename.
reference
GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t
nil
resolutions
list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingPersonalReferenceAnnotation{ reference: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t() | nil, resolutions: [GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t()] | nil }
@spec decode(struct(), keyword()) :: struct()