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

    Interface MlIntent

    interface MlIntent {
        description?: string;
        developerName: string;
        label: string;
        mlIntentUtterances?: MlIntentUtterance[];
        relatedMlIntents?: MlRelatedIntent[];
    }
    Index

    Properties

    description?: string
    developerName: string
    label: string
    mlIntentUtterances?: MlIntentUtterance[]
    relatedMlIntents?: MlRelatedIntent[]