Class: Google::Cloud::DiscoveryEngine::V1::Control::PromoteAction
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Control::PromoteAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/control.rb
Overview
Promote certain links based on some trigger queries.
Example: Promote shoe store link when searching for shoe
keyword.
The link can be outside of associated data store.
Instance Attribute Summary collapse
-
#data_store ⇒ ::String
Required.
-
#search_link_promotion ⇒ ::Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion
Required.
Instance Attribute Details
#data_store ⇒ ::String
Returns Required. Data store with which this promotion is attached to.
333 334 335 336 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control.rb', line 333 class PromoteAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_link_promotion ⇒ ::Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion
Returns Required. Promotion attached to this action.
333 334 335 336 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control.rb', line 333 class PromoteAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |