Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec.
Specification to determine under which conditions query expansion should occur.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#condition
def condition() -> ::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec::Condition
Returns
- (::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec::Condition) — The condition under which query expansion should occur. Default to Condition.DISABLED.
#condition=
def condition=(value) -> ::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec::Condition
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec::Condition) — The condition under which query expansion should occur. Default to Condition.DISABLED.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec::Condition) — The condition under which query expansion should occur. Default to Condition.DISABLED.