NlpSemanticParsingLocalContactLocation

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalContactLocation


Table of Contents ▼

Jump to a specific part of the page:

Description

Contact information for the |contact_location| field in LocationElement.

Attributes List

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

View Attributes

Attributes

  1. contact (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationRecipient, default: nil)
    - Contact as a location.
  2. contactType (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationPhoneType, default: nil)
    - The type of contact address (home, work, etc).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalContactLocation{
contact: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationRecipient.t() | nil,
contactType: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationPhoneType.t() | nil
}

Function

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

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