Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSource::InlineSource (v1.2.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::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}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Attributes associated with the content.

    Common attributes include source (indicating where the content was sourced from) and author (indicating the author of the content).

#attributes=

def attributes=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Attributes associated with the content.

    Common attributes include source (indicating where the content was sourced from) and author (indicating the author of the content).

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Attributes associated with the content.

    Common attributes include source (indicating where the content was sourced from) and author (indicating the author of the content).

#grounding_facts

def grounding_facts() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::GroundingFact>
Returns

#grounding_facts=

def grounding_facts=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::GroundingFact>
Parameter
Returns