class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim
Text and citation info for a claim in the answer candidate.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @citation_indices = args[:citation_indices] if args.key?(:citation_indices) @claim_text = args[:claim_text] if args.key?(:claim_text) @end_pos = args[:end_pos] if args.key?(:end_pos) @grounding_check_required = args[:grounding_check_required] if args.key?(:grounding_check_required) @start_pos = args[:start_pos] if args.key?(:start_pos) end