Class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSource
Grounding source.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleSearchSource
If set, grounding is performed with Google Search.
Declaration
[JsonProperty("googleSearchSource")]
public virtual GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource GoogleSearchSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource |
InlineSource
If set, grounding is performed with inline content.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceInlineSource |
SearchSource
If set, grounding is performed with Vertex AI Search.
Declaration
[JsonProperty("searchSource")]
public virtual GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource SearchSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource |