Class CorporaQueryResponse
Response from corpora.query containing a list of relevant chunks.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class CorporaQueryResponse
Properties
| Edit this page View SourceRelevantChunks
The relevant chunks.
Declaration
[JsonProperty("relevantChunks")]
public RelevantChunk[] RelevantChunks { get; set; }
Property Value
| Type | Description |
|---|---|
| RelevantChunk[] |