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

    Interface MlDomainMetadata

    interface MlDomainMetadata {
        description?: string;
        fullName?: string;
        label: string;
        mlIntents?: MlIntent[];
        mlSlotClasses?: MlSlotClass[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    fullName?: string
    label: string
    mlIntents?: MlIntent[]
    mlSlotClasses?: MlSlotClass[]