public sealed class GenerateGroundedContentRequest.Types.GroundingSource.Types.InlineSource : IMessage<GenerateGroundedContentRequest.Types.GroundingSource.Types.InlineSource>, IEquatable<GenerateGroundedContentRequest.Types.GroundingSource.Types.InlineSource>, IDeepCloneable<GenerateGroundedContentRequest.Types.GroundingSource.Types.InlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GenerateGroundedContentRequest.Types.GroundingSource.Types.InlineSource.
Message to be used for grounding based on inline content.
Implements
IMessageGenerateGroundedContentRequestTypesGroundingSourceTypesInlineSource, IEquatableGenerateGroundedContentRequestTypesGroundingSourceTypesInlineSource, IDeepCloneableGenerateGroundedContentRequestTypesGroundingSourceTypesInlineSource, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
InlineSource()
public InlineSource()
InlineSource(InlineSource)
public InlineSource(GenerateGroundedContentRequest.Types.GroundingSource.Types.InlineSource other)
Parameter | |
---|---|
Name | Description |
other |
GenerateGroundedContentRequestTypesGroundingSourceTypesInlineSource |
Properties
Attributes
public MapField<string, string> Attributes { get; }
Attributes associated with the content.
Common attributes include source
(indicating where the content was
sourced from) and author
(indicating the author of the content).
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
GroundingFacts
public RepeatedField<GroundingFact> GroundingFacts { get; }
List of facts to be used for grounding.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGroundingFact |