Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::NaturalLanguageQueryUnderstandingInfo.
Information describing what natural language understanding was done on the input query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#extracted_filters
def extracted_filters() -> ::String
Returns
- (::String) — The filters that were extracted from the input query.
#extracted_filters=
def extracted_filters=(value) -> ::String
Parameter
- value (::String) — The filters that were extracted from the input query.
Returns
- (::String) — The filters that were extracted from the input query.
#rewritten_query
def rewritten_query() -> ::String
Returns
- (::String) — Rewritten input query minus the extracted filters.
#rewritten_query=
def rewritten_query=(value) -> ::String
Parameter
- value (::String) — Rewritten input query minus the extracted filters.
Returns
- (::String) — Rewritten input query minus the extracted filters.
#structured_extracted_filter
def structured_extracted_filter() -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::NaturalLanguageQueryUnderstandingInfo::StructuredExtractedFilter
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::NaturalLanguageQueryUnderstandingInfo::StructuredExtractedFilter) — The filters that were extracted from the input query represented in a structured form.
#structured_extracted_filter=
def structured_extracted_filter=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::NaturalLanguageQueryUnderstandingInfo::StructuredExtractedFilter
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::NaturalLanguageQueryUnderstandingInfo::StructuredExtractedFilter) — The filters that were extracted from the input query represented in a structured form.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::NaturalLanguageQueryUnderstandingInfo::StructuredExtractedFilter) — The filters that were extracted from the input query represented in a structured form.