RelevantChunk

The information for a chunk relevant to a query.

JSON representation
{
  "chunkRelevanceScore": number,
  "chunk": {
    object (Chunk)
  }
}
Fields
chunkRelevanceScore

number

Chunk relevance to the query.

chunk

object (Chunk)

Chunk associated with the query.