Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1SynonymSet

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

Inheritance
object
GoogleCloudContentwarehouseV1SynonymSet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1SynonymSet : IDirectResponseSchema

Properties

Context

This is a freeform field. Example contexts can be "sales," "engineering," "real estate," "accounting," etc. The context can be supplied during search requests.

Declaration
[JsonProperty("context")]
public virtual string Context { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

The resource name of the SynonymSet This is mandatory for google.api.resource. Format: projects/{project_number}/locations/{location}/synonymSets/{context}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Synonyms

List of Synonyms for the context.

Declaration
[JsonProperty("synonyms")]
public virtual IList<GoogleCloudContentwarehouseV1SynonymSetSynonym> Synonyms { get; set; }
Property Value
Type Description
IList<GoogleCloudContentwarehouseV1SynonymSetSynonym>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX