Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::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
#content
def content() -> ::Google::Cloud::DiscoveryEngine::V1::AssistantContent
Returns
- (::Google::Cloud::DiscoveryEngine::V1::AssistantContent) — The content.
#content=
def content=(value) -> ::Google::Cloud::DiscoveryEngine::V1::AssistantContent
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::AssistantContent) — The content.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::AssistantContent) — The content.
#text_grounding_metadata
def text_grounding_metadata() -> ::Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata
Returns
- (::Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata) — Metadata for grounding based on text sources.
#text_grounding_metadata=
def text_grounding_metadata=(value) -> ::Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata) — Metadata for grounding based on text sources.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata) — Metadata for grounding based on text sources.