Class GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSource
Grounding source.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSource : 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 GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource GoogleSearchSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource |
InlineSource
If set, grounding is performed with inline content.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceInlineSource |
SearchSource
If set, grounding is performed with Vertex AI Search.
Declaration
[JsonProperty("searchSource")]
public virtual GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceSearchSource SearchSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceSearchSource |