Module: Google::Cloud::DiscoveryEngine::V1::SearchResponse::SemanticState

Defined in:
proto_docs/google/cloud/discoveryengine/v1/search_service.rb

Overview

Semantic state of the search response.

Constant Summary collapse

SEMANTIC_STATE_UNSPECIFIED =

Default value. Should not be used.

0
DISABLED =

Semantic search was disabled for this search response.

1
ENABLED =

Semantic search was enabled for this search response.

2