Google Cloud Discovery Engine V1 Client - Class CompleteQueryResponse (0.8.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class CompleteQueryResponse.

Response message for CompletionService.CompleteQuery method.

Generated from protobuf message google.cloud.discoveryengine.v1.CompleteQueryResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ query_suggestions array<Google\Cloud\DiscoveryEngine\V1\CompleteQueryResponse\QuerySuggestion>

Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.

↳ tail_match_triggered bool

True if the returned suggestions are all tail suggestions. For tail matching to be triggered, include_tail_suggestions in the request must be true and there must be no suggestions that match the full query.

getQuerySuggestions

Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setQuerySuggestions

Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.

Parameter
NameDescription
var array<Google\Cloud\DiscoveryEngine\V1\CompleteQueryResponse\QuerySuggestion>
Returns
TypeDescription
$this

getTailMatchTriggered

True if the returned suggestions are all tail suggestions.

For tail matching to be triggered, include_tail_suggestions in the request must be true and there must be no suggestions that match the full query.

Returns
TypeDescription
bool

setTailMatchTriggered

True if the returned suggestions are all tail suggestions.

For tail matching to be triggered, include_tail_suggestions in the request must be true and there must be no suggestions that match the full query.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this