public sealed class EnableAdvancedSiteSearchResponse : IMessage<EnableAdvancedSiteSearchResponse>, IEquatable<EnableAdvancedSiteSearchResponse>, IDeepCloneable<EnableAdvancedSiteSearchResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class EnableAdvancedSiteSearchResponse.
Response message for
[SiteSearchEngineService.EnableAdvancedSiteSearch][google.cloud.discoveryengine.v1.SiteSearchEngineService.EnableAdvancedSiteSearch]
method.
[[["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."],[[["The `EnableAdvancedSiteSearchResponse` class is part of the Google Cloud Discovery Engine v1 API, specifically within the `Google.Cloud.DiscoveryEngine.V1` namespace."],["This class is the response message for the `SiteSearchEngineService.EnableAdvancedSiteSearch` method, and it is designed for site search functionalities."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can be used within the .NET Protobuf ecosystem."],["The documentation provides details for different versions of the API, ranging from 1.0.0-beta06 to 1.6.0 (latest)."],["The class inherits from the root `object` class and provides two constructors: a parameterless one and one that takes another `EnableAdvancedSiteSearchResponse` instance."]]],[]]