Class: Google::Cloud::DiscoveryEngine::V1::AnswerQueryRequest::EndUserSpec::EndUserMetaData::ChunkInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb

Overview

Chunk information.

Defined Under Namespace

Classes: DocumentMetadata

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns Chunk textual content. It is limited to 8000 characters.

Returns:

  • (::String)

    Chunk textual content. It is limited to 8000 characters.



792
793
794
795
796
797
798
799
800
801
802
803
804
805
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 792

class ChunkInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Document metadata contains the information of the document of
  # the current chunk.
  # @!attribute [rw] title
  #   @return [::String]
  #     Title of the document.
  class DocumentMetadata
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#document_metadata::Google::Cloud::DiscoveryEngine::V1::AnswerQueryRequest::EndUserSpec::EndUserMetaData::ChunkInfo::DocumentMetadata

Returns Metadata of the document from the current chunk.



792
793
794
795
796
797
798
799
800
801
802
803
804
805
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 792

class ChunkInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Document metadata contains the information of the document of
  # the current chunk.
  # @!attribute [rw] title
  #   @return [::String]
  #     Title of the document.
  class DocumentMetadata
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end