Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::InlineSource.
Message to be used for grounding based on inline content.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attributes
def attributes() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — Attributes associated with the content.
Common attributes include
source
(indicating where the content was sourced from) andauthor
(indicating the author of the content).
#attributes=
def attributes=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — Attributes associated with the content.
Common attributes include
source
(indicating where the content was sourced from) andauthor
(indicating the author of the content).
-
(::Google::Protobuf::Map{::String => ::String}) — Attributes associated with the content.
Common attributes include
source
(indicating where the content was sourced from) andauthor
(indicating the author of the content).
#grounding_facts
def grounding_facts() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::GroundingFact>
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::GroundingFact>) — List of facts to be used for grounding.
#grounding_facts=
def grounding_facts=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::GroundingFact>
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::GroundingFact>) — List of facts to be used for grounding.
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::GroundingFact>) — List of facts to be used for grounding.