Class: Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::ChunkInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::ChunkInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/answer.rb
Overview
Chunk information.
Instance Attribute Summary collapse
-
#chunk ⇒ ::String
Chunk resource name.
-
#content ⇒ ::String
Chunk textual content.
-
#relevance_score ⇒ ::Float
Relevance score.
Instance Attribute Details
#chunk ⇒ ::String
Returns Chunk resource name.
256 257 258 259 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 256 class ChunkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |