Module: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::SearchAsYouTypeSpec::Condition
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb
Overview
Enum describing under which condition search as you type should occur.
Constant Summary collapse
- CONDITION_UNSPECIFIED =
Server behavior defaults to Condition.DISABLED.
0- DISABLED =
Disables Search As You Type.
1- ENABLED =
Enables Search As You Type.
2