Class: Google::Cloud::DiscoveryEngine::V1beta::AnswerQueryRequest::EndUserSpec

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

Overview

End user specification.

Defined Under Namespace

Classes: EndUserMetaData

Instance Attribute Summary collapse

Instance Attribute Details

#end_user_metadata::Array<::Google::Cloud::DiscoveryEngine::V1beta::AnswerQueryRequest::EndUserSpec::EndUserMetaData>

Returns Optional. End user metadata.



818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 818

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

  # End user metadata.
  # @!attribute [rw] chunk_info
  #   @return [::Google::Cloud::DiscoveryEngine::V1beta::AnswerQueryRequest::EndUserSpec::EndUserMetaData::ChunkInfo]
  #     Chunk information.
  class EndUserMetaData
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Chunk information.
    # @!attribute [rw] content
    #   @return [::String]
    #     Chunk textual content. It is limited to 8000 characters.
    # @!attribute [rw] document_metadata
    #   @return [::Google::Cloud::DiscoveryEngine::V1beta::AnswerQueryRequest::EndUserSpec::EndUserMetaData::ChunkInfo::DocumentMetadata]
    #     Metadata of the document from the current chunk.
    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
  end
end