Module: Google::Cloud::DiscoveryEngine::V1::SearchRequest::SearchAsYouTypeSpec::Condition
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/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- AUTO =
Automatic switching between search-as-you-type and standard search modes, ideal for single-API implementations (e.g., debouncing).
3