View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryPersonalEntityEntityRelationship (google_api_content_warehouse v0.4.0)

The relationship information from QRef. Only included if the QRefAnnotator is initialised with include_annotated_relationships.

Attributes

  • entityIndex (type: integer(), default: nil) - The index of the other entity in the relationship.
  • linkPropertyName (type: list(String.t), default: nil) - Names of the relationship links.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryPersonalEntityEntityRelationship{
    entityIndex: integer() | nil,
    linkPropertyName: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.