Class GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceInlineSource
Message to be used for grounding based on inline content.
Inheritance
GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceInlineSource
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceInlineSource : IDirectResponseSchema
Properties
Attributes
Attributes associated with the content. Common attributes include source
(indicating where the content was
sourced from) and author
(indicating the author of the content).
Declaration
[JsonProperty("attributes")]
public virtual IDictionary<string, string> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroundingFacts
List of facts to be used for grounding.
Declaration
[JsonProperty("groundingFacts")]
public virtual IList<GoogleCloudDiscoveryengineV1betaGroundingFact> GroundingFacts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaGroundingFact> |