public interface GenerativeQuestionsFeatureConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCatalog()
public abstract String getCatalog()
Required. Resource name of the affected catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The catalog. |
getCatalogBytes()
public abstract ByteString getCatalogBytes()
Required. Resource name of the affected catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for catalog. |
getFeatureEnabled()
public abstract boolean getFeatureEnabled()
Optional. Determines whether questions will be used at serving time. Note: This feature cannot be enabled until initial data requirements are satisfied.
bool feature_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The featureEnabled. |
getMinimumProducts()
public abstract int getMinimumProducts()
Optional. Minimum number of products in the response to trigger follow-up questions. Value must be 0 or positive.
int32 minimum_products = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The minimumProducts. |