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

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

Attributes

  • refersToFullMrf (type: boolean(), default: nil) - True iff this ReferentialResolution is part of an intent and refers to the full MRF subtree (rather than just the intent).
  • resolutionType (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersDialogReferentialResolution{
    refersToFullMrf: boolean() | nil,
    resolutionType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.