Class CreateChunkRequest
Request to create a Chunk.
Inheritance
object
CreateChunkRequest
Implements
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class CreateChunkRequest : IChunkRequest
Properties
Chunk
Required. The Chunk to create.
Declaration
public Chunk Chunk { get; set; }
Property Value
Type | Description |
---|---|
Chunk |
Parent
Required. The name of the Document where this Chunk will be created. Example: corpora/my-corpus-123/documents/the-doc-abc
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |