Cloud AI Platform v1 API - Class SearchEntryPoint (3.1.0)

public sealed class SearchEntryPoint : IMessage<SearchEntryPoint>, IEquatable<SearchEntryPoint>, IDeepCloneable<SearchEntryPoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class SearchEntryPoint.

Google search entry point.

Inheritance

object > SearchEntryPoint

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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