refinedSearch property
List<GoogleCloudRetailV2ConversationalSearchResponseRefinedSearch> ?
refinedSearch
getter/setter pair
The proposed refined search queries.
They can be used to fetch the relevant search results. When using CONVERSATIONAL_FILTER_ONLY mode, the refined_query from search response will be populated here.
Implementation
core.List<GoogleCloudRetailV2ConversationalSearchResponseRefinedSearch>?
refinedSearch;