Class: Google::Cloud::DiscoveryEngine::V1beta::FactChunk
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::FactChunk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb
Overview
Fact Chunk.
Defined Under Namespace
Classes: SourceMetadataEntry
Instance Attribute Summary collapse
-
#chunk_text ⇒ ::String
Text content of the fact chunk.
-
#index ⇒ ::Integer
The index of this chunk.
-
#source ⇒ ::String
Source from which this fact chunk was retrieved.
-
#source_metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
More fine-grained information for the source reference.
Instance Attribute Details
#chunk_text ⇒ ::String
73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb', line 73 class FactChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class SourceMetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#index ⇒ ::Integer
73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb', line 73 class FactChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class SourceMetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#source ⇒ ::String
73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb', line 73 class FactChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class SourceMetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#source_metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb', line 73 class FactChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class SourceMetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |