refinedQuery property
The current refined query for the conversational search.
This field will be used in customer UI that the query in the search bar
should be replaced with the refined query. For example, if
SearchRequest.query is dress
and next
SearchRequest.ConversationalSearchSpec.UserAnswer.text_answer is red color
, which does not match any product attribute value filters, the
refined query will be dress, red color
.
Implementation
core.String? refinedQuery;