Google Cloud Discovery Engine V1beta Client - Class ContentSearchSpec (0.1.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ContentSearchSpec.

The specification that configs the desired behavior of the UCS content search.

Generated from protobuf message google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ snippet_spec Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec\SnippetSpec

If there is no snippet spec provided, there will be no snippet in the search result.

↳ summary_spec Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec\SummarySpec

If there is no summary spec provided, there will be no summary in the search response.

getSnippetSpec

If there is no snippet spec provided, there will be no snippet in the search result.

Returns
TypeDescription
Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec\SnippetSpec|null

hasSnippetSpec

clearSnippetSpec

setSnippetSpec

If there is no snippet spec provided, there will be no snippet in the search result.

Parameter
NameDescription
var Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec\SnippetSpec
Returns
TypeDescription
$this

getSummarySpec

If there is no summary spec provided, there will be no summary in the search response.

Returns
TypeDescription
Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec\SummarySpec|null

hasSummarySpec

clearSummarySpec

setSummarySpec

If there is no summary spec provided, there will be no summary in the search response.

Parameter
NameDescription
var Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec\SummarySpec
Returns
TypeDescription
$this