Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Facet.
A facet result.
Generated from protobuf message google.cloud.discoveryengine.v1.SearchResponse.Facet
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchResponseMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key
string
The key for this facet. For example, "colors"
or "price"
. It matches SearchRequest.FacetSpec.FacetKey.key
.
↳ values
array< Google\Cloud\DiscoveryEngine\V1\SearchResponse\Facet\FacetValue
>
The facet values for this field.
↳ dynamic_facet
bool
Whether the facet is dynamically generated.
getKey
The key for this facet. For example, "colors"
or "price"
. It matches SearchRequest.FacetSpec.FacetKey.key
.
string
setKey
The key for this facet. For example, "colors"
or "price"
. It matches SearchRequest.FacetSpec.FacetKey.key
.
var
string
$this
getValues
The facet values for this field.
setValues
The facet values for this field.
$this
getDynamicFacet
Whether the facet is dynamically generated.
bool
setDynamicFacet
Whether the facet is dynamically generated.
var
bool
$this