View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SynonymSet (google_api_content_warehouse v0.6.0)
Represents a list of synonyms for a given context. For example a context "sales" could contain: Synonym 1: sale, invoice, bill, order Synonym 2: money, credit, finance, payment Synonym 3: shipping, freight, transport Each SynonymSets should be disjoint
Attributes
-
context
(type:String.t
, default:nil
) - This is a freeform field. Example contexts can be "sales," "engineering," "real estate," "accounting," etc. The context can be supplied during search requests. -
name
(type:String.t
, default:nil
) - The resource name of the SynonymSet This is mandatory for google.api.resource. Format: projects/{project_number}/locations/{location}/synonymSets/{context}. -
synonyms
(type:list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SynonymSetSynonym.t)
, default:nil
) - List of Synonyms for the context.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SynonymSet{ context: String.t() | nil, name: String.t() | nil, synonyms: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SynonymSetSynonym.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.