EndUserSpec

End user specification.

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

object (EndUserMetaData)

Optional. End user metadata.

EndUserMetaData

End user metadata.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "chunkInfo": {
    object (ChunkInfo)
  }
  // End of mutually exclusive fields.
}
Fields
Search result content. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
chunkInfo

object (ChunkInfo)

Chunk information.

End of mutually exclusive fields.

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.