Table of Contents

Class GeminiCorporaChunkListResponse

The response for a GeminiCorporaListRequest call for listing Chunks.

public class GeminiCorporaChunkListResponse
Inheritance
object
GeminiCorporaChunkListResponse
Extension Methods

Fields

Chunks

The list of Chunks.

public GeminiCorpusChunk[] Chunks

Field Value

GeminiCorpusChunk[]

NextPageToken

A token that can be sent as a PageToken into a subsequent GeminiCorporaListRequest call.

public string NextPageToken

Field Value

string