Table of Contents

Class GeminiCorporaDocumentListResponse

The response for a GeminiCorporaListRequest call for listing Documents.

public class GeminiCorporaDocumentListResponse
Inheritance
object
GeminiCorporaDocumentListResponse
Extension Methods

Fields

Documents

The list of Documents.

public GeminiCorpusDocument[] Documents

Field Value

GeminiCorpusDocument[]

NextPageToken

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

public string NextPageToken

Field Value

string