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

    Interface CommandActionMetadata

    interface CommandActionMetadata {
        actionType: string;
        description?: string;
        fullName?: string;
        intents?: CommandActionIntent[];
        label: string;
        parameters?: CommandActionParam[];
        responseTemplates?: CommandActionResponse[];
        target?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionType: string
    description?: string
    fullName?: string
    label: string
    parameters?: CommandActionParam[]
    responseTemplates?: CommandActionResponse[]
    target?: string