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-03-21 UTC."],[[["This documentation covers the `SearchEntryPoint` class, which is part of the Google Cloud AI Platform v1beta1 API in the .NET environment."],["`SearchEntryPoint` serves as a Google search entry point and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a copy constructor that takes another `SearchEntryPoint` instance as an argument."],["`SearchEntryPoint` includes properties such as `RenderedContent`, representing embeddable web content, and `SdkBlob`, which is a Base64 encoded JSON array of search term and URL pairs."],["The documentation also lists the inherited members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]