GoogleCloudContentwarehouseV1SynonymSet class

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

Properties

context String?
This is a freeform field.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the SynonymSet This is mandatory for google.api.resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synonyms List<GoogleCloudContentwarehouseV1SynonymSetSynonym>?
List of Synonyms for the context.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited