EndUserSpec

End user specification.

JSON representation
{
  "endUserMetadata": [
    {
      object (EndUserMetaData)
    }
  ]
}
Fields
endUserMetadata[]

object (EndUserMetaData)

Optional. End user metadata.

EndUserMetaData

End user metadata.

JSON representation
{

  // Union field content can be only one of the following:
  "chunkInfo": {
    object (ChunkInfo)
  }
  // End of list of possible types for union field content.
}
Fields
Union field content. Search result content. content can be only one of the following:
chunkInfo

object (ChunkInfo)

Chunk information.

ChunkInfo

Chunk information.

JSON representation
{
  "content": string,
  "documentMetadata": {
    object (DocumentMetadata)
  }
}
Fields
content

string

Chunk textual content. It is limited to 8000 characters.

documentMetadata

object (DocumentMetadata)

Metadata of the document from the current chunk.

DocumentMetadata

Document metadata contains the information of the document of the current chunk.

JSON representation
{
  "title": string
}
Fields
title

string

title of the document.