GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1ControlPromoteAction (google_api_discovery_engine v0.28.0)
View SourcePromote 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.
Attributes
-
dataStore(type:String.t, default:nil) - Required. Data store with which this promotion is attached to. -
searchLinkPromotion(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1SearchLinkPromotion.t, default:nil) - Required. Promotion attached to this action.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1ControlPromoteAction{ dataStore: String.t() | nil, searchLinkPromotion: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1SearchLinkPromotion.t() | nil }