public sealed class SearchEntryPoint : IMessage<SearchEntryPoint>, IEquatable<SearchEntryPoint>, IDeepCloneable<SearchEntryPoint>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class SearchEntryPoint.
Google search entry point.
Implements
IMessageSearchEntryPoint, IEquatableSearchEntryPoint, IDeepCloneableSearchEntryPoint, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchEntryPoint()
public SearchEntryPoint()SearchEntryPoint(SearchEntryPoint)
public SearchEntryPoint(SearchEntryPoint other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchEntryPoint |
Properties
RenderedContent
public string RenderedContent { get; set; }Optional. Web content snippet that can be embedded in a web page or an app webview.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SdkBlob
public ByteString SdkBlob { get; set; }Optional. Base64 encoded JSON representing array of <search term, search url> tuple.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|