Class CorporaService
Inheritance
object
CorporaService
Assembly: .dll
Syntax
public class CorporaService : CRUDService<GenerativeAI, Corpus, CorporaQueryRequest, TokenQuery>
Constructors
CorporaService(GenerativeAI)
Declaration
public CorporaService(GenerativeAI client)
Parameters
Properties
Document
Declaration
public CorporaDocumentService Document { get; }
Property Value
Permission
Declaration
public CorporaPermissionService Permission { get; }
Property Value
Methods
QueryAsync(CorporaQueryRequest)
Declaration
public UniTask<CorporaQueryResponse> QueryAsync(CorporaQueryRequest req)
Parameters
Returns