vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface BotBlockMetadata

    interface BotBlockMetadata {
        botBlockVersions?: BotBlockVersionMetadata[];
        description?: string;
        fullName?: string;
        icon?: string;
        masterLabel: string;
        richContentEnabled?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    botBlockVersions?: BotBlockVersionMetadata[]
    description?: string
    fullName?: string
    icon?: string
    masterLabel: string
    richContentEnabled?: boolean