public sealed class SearchEntryPoint : IMessage<SearchEntryPoint>, IEquatable<SearchEntryPoint>, IDeepCloneable<SearchEntryPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SearchEntryPoint.
[[["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-09 UTC."],[[["The `SearchEntryPoint` class is part of the Cloud AI Platform v1beta1 API, serving as a Google search entry point within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["It includes two constructors, one default and one for creating a copy of another `SearchEntryPoint` object, offering flexibility in object instantiation."],["The class exposes two properties: `RenderedContent`, which holds a string for embeddable web content, and `SdkBlob`, which contains a base64 encoded JSON representing search term and URL pairs."],["The class inherits members such as GetHashCode, GetType, and ToString from the object class."]]],[]]