GenerativeQuestionsFeatureConfig

Configuration for overall generative question feature state.

JSON representation
{
  "catalog": string,
  "featureEnabled": boolean,
  "minimumProducts": integer
}
Fields
catalog

string

Required. Resource name of the affected catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

featureEnabled

boolean

Optional. Determines whether questions will be used at serving time. Note: This feature cannot be enabled until initial data requirements are satisfied.

minimumProducts

integer

Optional. Minimum number of products in the response to trigger follow-up questions. Value must be 0 or positive.