public static interface SearchResponse.NaturalLanguageQueryUnderstandingInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExtractedFilters()
The filters that were extracted from the input query.
|
com.google.protobuf.ByteString |
getExtractedFiltersBytes()
The filters that were extracted from the input query.
|
String |
getRewrittenQuery()
Rewritten input query minus the extracted filters.
|
com.google.protobuf.ByteString |
getRewrittenQueryBytes()
Rewritten input query minus the extracted filters.
|
SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter |
getStructuredExtractedFilter()
The filters that were extracted from the input query represented in a
structured form.
|
SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilterOrBuilder |
getStructuredExtractedFilterOrBuilder()
The filters that were extracted from the input query represented in a
structured form.
|
boolean |
hasStructuredExtractedFilter()
The filters that were extracted from the input query represented in a
structured form.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExtractedFilters()
The filters that were extracted from the input query.
string extracted_filters = 1;com.google.protobuf.ByteString getExtractedFiltersBytes()
The filters that were extracted from the input query.
string extracted_filters = 1;String getRewrittenQuery()
Rewritten input query minus the extracted filters.
string rewritten_query = 2;com.google.protobuf.ByteString getRewrittenQueryBytes()
Rewritten input query minus the extracted filters.
string rewritten_query = 2;boolean hasStructuredExtractedFilter()
The filters that were extracted from the input query represented in a structured form.
.google.cloud.discoveryengine.v1beta.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter structured_extracted_filter = 3;
SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter getStructuredExtractedFilter()
The filters that were extracted from the input query represented in a structured form.
.google.cloud.discoveryengine.v1beta.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter structured_extracted_filter = 3;
SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilterOrBuilder getStructuredExtractedFilterOrBuilder()
The filters that were extracted from the input query represented in a structured form.
.google.cloud.discoveryengine.v1beta.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter structured_extracted_filter = 3;
Copyright © 2025 Google LLC. All rights reserved.