AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class CreateChunkRequest

    Request to create a Chunk.

    Inheritance
    object
    CreateChunkRequest
    Implements
    IChunkRequest
    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

    Implements

    IChunkRequest
    In this article
    Back to top Generated by DocFX