Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ConversationalSearchResponse::ConversationalFilteringResult.
This field specifies all related information that is needed on client side for UI rendering of conversational filtering search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#additional_filter
def additional_filter() -> ::Google::Cloud::Retail::V2::ConversationalSearchResponse::ConversationalFilteringResult::AdditionalFilter
Returns
- (::Google::Cloud::Retail::V2::ConversationalSearchResponse::ConversationalFilteringResult::AdditionalFilter) — This is the incremental additional filters implied from the current user answer. User should add the suggested addition filters to the previous [ConversationalSearchRequest.search_params.filter][] and SearchRequest.filter, and use the merged filter in the follow up requests.
#additional_filter=
def additional_filter=(value) -> ::Google::Cloud::Retail::V2::ConversationalSearchResponse::ConversationalFilteringResult::AdditionalFilter
Parameter
- value (::Google::Cloud::Retail::V2::ConversationalSearchResponse::ConversationalFilteringResult::AdditionalFilter) — This is the incremental additional filters implied from the current user answer. User should add the suggested addition filters to the previous [ConversationalSearchRequest.search_params.filter][] and SearchRequest.filter, and use the merged filter in the follow up requests.
Returns
- (::Google::Cloud::Retail::V2::ConversationalSearchResponse::ConversationalFilteringResult::AdditionalFilter) — This is the incremental additional filters implied from the current user answer. User should add the suggested addition filters to the previous [ConversationalSearchRequest.search_params.filter][] and SearchRequest.filter, and use the merged filter in the follow up requests.
#followup_question
def followup_question() -> ::Google::Cloud::Retail::V2::ConversationalSearchResponse::FollowupQuestion
Returns
- (::Google::Cloud::Retail::V2::ConversationalSearchResponse::FollowupQuestion) — The conversational filtering question.
#followup_question=
def followup_question=(value) -> ::Google::Cloud::Retail::V2::ConversationalSearchResponse::FollowupQuestion
Parameter
- value (::Google::Cloud::Retail::V2::ConversationalSearchResponse::FollowupQuestion) — The conversational filtering question.
Returns
- (::Google::Cloud::Retail::V2::ConversationalSearchResponse::FollowupQuestion) — The conversational filtering question.