Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#citation_metadata
def citation_metadata() -> ::Google::Cloud::DiscoveryEngine::V1beta::CitationMetadata
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::CitationMetadata) — Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check
#citation_metadata=
def citation_metadata=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::CitationMetadata
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::CitationMetadata) — Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::CitationMetadata) — Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check
#content
def content() -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantContent
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::AssistantContent) — The content.
#content=
def content=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantContent
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::AssistantContent) — The content.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::AssistantContent) — The content.
#text_grounding_metadata
def text_grounding_metadata() -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata) — Metadata for grounding based on text sources.
#text_grounding_metadata=
def text_grounding_metadata=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata) — Metadata for grounding based on text sources.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata) — Metadata for grounding based on text sources.