NlpSemanticParsingModelsCommunicationRelationshipArgument

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationRelationshipArgument


Table of Contents ▼

Jump to a specific part of the page:

Description

A relationship contact.

Attributes List

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

View Attributes

Attributes

  1. alias (type: String.t, default: nil)
    - The alias of the relationship in the query, e.g. "mom".
  2. canonical (type: String.t, default: nil)
    - The canonical format of the relationship, e.g. "Mother".
  3. canonicalLexicalMid (type: String.t, default: nil)
    - Mid for an entity that has lexical data (a LexiconEntry). See https://g3doc.corp.google.com/nlp/generation/g3doc/lexical_data.md for for more information about lexical data. This is the canonical mid for this entity (eg. it would be /m/0lbxz for "mother" in EN even if user referred to "mom").

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationRelationshipArgument{
alias: String.t() | nil,
canonical: String.t() | nil,
canonicalLexicalMid: String.t() | nil
}

Function

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

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