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-03-21 UTC."],[[["This documentation is for the `SearchAsYouTypeSpec` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `SearchAsYouTypeSpec` class defines the specification for implementing search-as-you-type functionality in search requests."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and one that accepts another `SearchAsYouTypeSpec` instance for copying."],["The `Condition` property of the class determines the behavior of search-as-you-type and defaults to `Condition.DISABLED`."]]],[]]