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

Contact information for the |contact_location| field in LocationElement.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.