public sealed class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.SearchEntryPoint : IMessage<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.SearchEntryPoint>, IEquatable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.SearchEntryPoint>, IDeepCloneable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.SearchEntryPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.SearchEntryPoint.
Google search entry point.
Inheritance
object > GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.SearchEntryPointImplements
IMessageGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesSearchEntryPoint, IEquatableGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesSearchEntryPoint, IDeepCloneableGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesSearchEntryPoint, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
SearchEntryPoint()
public SearchEntryPoint()
SearchEntryPoint(SearchEntryPoint)
public SearchEntryPoint(GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.SearchEntryPoint other)
Parameter | |
---|---|
Name | Description |
other |
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesSearchEntryPoint |
Properties
RenderedContent
public string RenderedContent { get; set; }
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; }
Base64 encoded JSON representing array of <search term, search url> tuple.
Property Value | |
---|---|
Type | Description |
ByteString |