Discovery Engine v1 API - Class AssistantGroundedContent (1.9.0)

public sealed class AssistantGroundedContent : IMessage<AssistantGroundedContent>, IEquatable<AssistantGroundedContent>, IDeepCloneable<AssistantGroundedContent>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class AssistantGroundedContent.

A piece of content and possibly its grounding information.

Not all content needs grounding. Phrases like "Of course, I will gladly search it for you." do not need grounding.

Inheritance

object > AssistantGroundedContent

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

AssistantGroundedContent()

public AssistantGroundedContent()

AssistantGroundedContent(AssistantGroundedContent)

public AssistantGroundedContent(AssistantGroundedContent other)
Parameter
Name Description
other AssistantGroundedContent

Properties

Content

public AssistantContent Content { get; set; }

The content.

Property Value
Type Description
AssistantContent

MetadataCase

public AssistantGroundedContent.MetadataOneofCase MetadataCase { get; }
Property Value
Type Description
AssistantGroundedContentMetadataOneofCase

TextGroundingMetadata

public AssistantGroundedContent.Types.TextGroundingMetadata TextGroundingMetadata { get; set; }

Metadata for grounding based on text sources.

Property Value
Type Description
AssistantGroundedContentTypesTextGroundingMetadata