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):
Attributes
-
contact
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationRecipient
, default:nil
)
- Contact as a location. -
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
}
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