Class GeminiCorporaDocumentListResponse
- Namespace
- Uralstech.UGemini.CorporaAPI.Documents
The response for a GeminiCorporaListRequest call for listing Documents.
public class GeminiCorporaDocumentListResponse
- Inheritance
-
objectGeminiCorporaDocumentListResponse
- Extension Methods
Fields
Documents
The list of Documents.
public GeminiCorpusDocument[] Documents
Field Value
NextPageToken
A token that can be sent as a PageToken into a subsequent GeminiCorporaListRequest call.
public string NextPageToken
Field Value
- string