Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent

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
GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent : IDirectResponseSchema

Properties

CitationMetadata

Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check

Declaration
[JsonProperty("citationMetadata")]
public virtual GoogleCloudDiscoveryengineV1alphaCitationMetadata CitationMetadata { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaCitationMetadata

Content

The content.

Declaration
[JsonProperty("content")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantContent Content { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAssistantContent

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TextGroundingMetadata

Metadata for grounding based on text sources.

Declaration
[JsonProperty("textGroundingMetadata")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata TextGroundingMetadata { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX