public sealed class SearchRequest.Types.PersonalizationSpec : IMessage<SearchRequest.Types.PersonalizationSpec>, IEquatable<SearchRequest.Types.PersonalizationSpec>, IDeepCloneable<SearchRequest.Types.PersonalizationSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchRequest.Types.PersonalizationSpec.
public SearchRequest.Types.PersonalizationSpec.Types.Mode Mode { get; set; }
The personalization mode of the search request.
Defaults to
[Mode.AUTO][google.cloud.discoveryengine.v1beta.SearchRequest.PersonalizationSpec.Mode.AUTO].
[[["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 details for the `SearchRequest.Types.PersonalizationSpec` class within the Discovery Engine v1beta API."],["The `PersonalizationSpec` class is used to define the personalization specifications for search requests, allowing customization of search results."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and deep cloning."],["The class includes constructors for creating new instances and a `Mode` property that dictates the personalization mode for a search request."],["The latest version for this class is `1.0.0-beta18`, but an older version `1.0.0-beta17` is also available."]]],[]]