class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GroundingFact

Grounding Fact.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @attributes = args[:attributes] if args.key?(:attributes)
  @fact_text = args[:fact_text] if args.key?(:fact_text)
end