Class: Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingResponse::CheckGroundingFactChunk
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingResponse::CheckGroundingFactChunk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/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.
496 497 498 499 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 496 class CheckGroundingFactChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |