public sealed class SearchRequest.Types.SearchAsYouTypeSpec : IMessage<SearchRequest.Types.SearchAsYouTypeSpec>, IEquatable<SearchRequest.Types.SearchAsYouTypeSpec>, IDeepCloneable<SearchRequest.Types.SearchAsYouTypeSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchRequest.Types.SearchAsYouTypeSpec.
Specification for search as you type in search requests.
public SearchRequest.Types.SearchAsYouTypeSpec.Types.Condition Condition { get; set; }
The condition under which search as you type should occur.
Default to
[Condition.DISABLED][google.cloud.discoveryengine.v1beta.SearchRequest.SearchAsYouTypeSpec.Condition.DISABLED].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides reference documentation for the `SearchRequest.Types.SearchAsYouTypeSpec` class within the Discovery Engine v1beta API."],["The `SearchAsYouTypeSpec` class is a specification for search-as-you-type functionality in search requests, designed for version 1.0.0-beta16 of the API."],["This class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `SearchAsYouTypeSpec` object, and a `Condition` property to determine how the search-as-you-type is handled."],["This class belongs to the namespace `Google.Cloud.DiscoveryEngine.V1Beta` and is found in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]