Class: Google::Cloud::DiscoveryEngine::V1::Control::SynonymsAction
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Control::SynonymsAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/control.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 Attribute Details
#synonyms ⇒ ::Array<::String>
Returns Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
210 211 212 213 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control.rb', line 210 class SynonymsAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |