class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GroundingFact
Grounding Fact.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) @fact_text = args[:fact_text] if args.key?(:fact_text) end