Class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint
Google search entry point.
Inheritance
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RenderedContent
Web content snippet that can be embedded in a web page or an app webview.
Declaration
[JsonProperty("renderedContent")]
public virtual string RenderedContent { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkBlob
Base64 encoded JSON representing array of tuple.
Declaration
[JsonProperty("sdkBlob")]
public virtual string SdkBlob { get; set; }
Property Value
Type | Description |
---|---|
string |