Class: Google::Cloud::DiscoveryEngine::V1::Control::PromoteAction

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_store::String

Returns Required. Data store with which this promotion is attached to.

Returns:

  • (::String)

    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

Returns Required. Promotion attached to this action.

Returns:



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