public sealed class SearchEntryPoint : IMessage<SearchEntryPoint>, IEquatable<SearchEntryPoint>, IDeepCloneable<SearchEntryPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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, part of the Vertex AI v1beta1 API, serves as a Google search entry point within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, allowing it to interact with and conform to Google's .NET framework."],["It has two constructors: a default constructor `SearchEntryPoint()` and a copy constructor `SearchEntryPoint(SearchEntryPoint other)` for creating new instances."],["The class includes properties for `RenderedContent`, a string for embedding web content snippets, and `SdkBlob`, a `ByteString` for base64 encoded JSON representing search term-URL tuples."],["The latest version of this document is 1.0.0-beta21, and 1.0.0-beta20 is also included."]]],[]]