KnowledgeAnswersDialogReferentialResolution

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersDialogReferentialResolution


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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).
  2. resolutionType (type: String.t, default: nil)
    -

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersDialogReferentialResolution