Class NaturalLanguageQueryUnderstandingInfo (0.12.3)

NaturalLanguageQueryUnderstandingInfo(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Information describing what natural language understanding was done on the input query.

Attributes

Name Description
extracted_filters str
The filters that were extracted from the input query.
rewritten_query str
Rewritten input query minus the extracted filters.
structured_extracted_filter google.cloud.discoveryengine_v1alpha.types.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter
The filters that were extracted from the input query represented in a structured form.

Classes

StructuredExtractedFilter

StructuredExtractedFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The filters that were extracted from the input query represented in a structured form.