Class: Google::Cloud::DiscoveryEngine::V1::CheckGroundingResponse::CheckGroundingFactChunk
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::CheckGroundingResponse::CheckGroundingFactChunk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb
Overview
Fact chunk for grounding check.
Instance Attribute Summary collapse
-
#chunk_text ⇒ ::String
Text content of the fact chunk.
Instance Attribute Details
#chunk_text ⇒ ::String
Returns Text content of the fact chunk. Can be at most 10K characters long.
561 562 563 564 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 561 class CheckGroundingFactChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |