View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifier (google_api_content_warehouse v0.4.0)
A qualifier represents an extra piece of context about an assertion/fact. See go/qualifiers-in-kg for more details.
Attributes
-
pred(type:String.t, default:nil) - The qualifier pred must be a qualifier property defined in KG schema as applying to the predicate of the triple this qualifier is attached to. -
value(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifier{ pred: String.t() | nil, value: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.