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

    Interface MlSlotClass

    interface MlSlotClass {
        dataType: MlSlotClassDataType;
        description?: string;
        developerName: string;
        extractionRegex?: string;
        extractionType?: MlSlotClassExtractionType;
        label: string;
        mlSlotClassValues?: MlSlotClassValue[];
    }
    Index

    Properties

    description?: string
    developerName: string
    extractionRegex?: string
    extractionType?: MlSlotClassExtractionType
    label: string
    mlSlotClassValues?: MlSlotClassValue[]