Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::Control::PromoteAction.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_store
def data_store() -> ::String
Returns
- (::String) — Required. Data store with which this promotion is attached to.
#data_store=
def data_store=(value) -> ::String
Parameter
- value (::String) — Required. Data store with which this promotion is attached to.
Returns
- (::String) — Required. Data store with which this promotion is attached to.
#search_link_promotion
def search_link_promotion() -> ::Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion
Returns
- (::Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion) — Required. Promotion attached to this action.
#search_link_promotion=
def search_link_promotion=(value) -> ::Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion) — Required. Promotion attached to this action.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion) — Required. Promotion attached to this action.