Voting helps other researchers find interesting modules.
A message encapsulating all "/collection/personal_memory" annotations from QRef annotator. These annotations are present in personal_summary_node_child proto field of input QRefAnnotation proto. NEXT ID TO USE: 5
attributeId
String.t
nil
entityRelationship
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryPersonalEntityEntityRelationship.t)
freebaseMid
personalEntityChild
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryPersonalEntity.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryPersonalEntity{ attributeId: String.t() | nil, entityRelationship: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryPersonalEntityEntityRelationship.t() ] | nil, freebaseMid: String.t() | nil, personalEntityChild: [t()] | nil }
@spec decode(struct(), keyword()) :: struct()