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