Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlSynonymsAction
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlSynonymsAction
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Creates a set of terms that will act as synonyms of one another. Example: " happy" will also be considered as "glad", "glad" will also be considered as " happy".
Instance Attribute Summary collapse
-
#synonyms ⇒ Array<String>
Defines a set of synonyms.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaControlSynonymsAction
constructor
A new instance of GoogleCloudDiscoveryengineV1betaControlSynonymsAction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaControlSynonymsAction
Returns a new instance of GoogleCloudDiscoveryengineV1betaControlSynonymsAction.
14086 14087 14088 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 14086 def initialize(**args) update!(**args) end |
Instance Attribute Details
#synonyms ⇒ Array<String>
Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at
least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
Corresponds to the JSON property synonyms
14084 14085 14086 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 14084 def synonyms @synonyms end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14091 14092 14093 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 14091 def update!(**args) @synonyms = args[:synonyms] if args.key?(:synonyms) end |