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

    Interface BotNavigationLink

    interface BotNavigationLink {
        label?: string;
        targetBotDialog?: string;
        targetVariable?: string;
        targetVariableType?: ConversationVariableType;
    }
    Index

    Properties

    label?: string
    targetBotDialog?: string
    targetVariable?: string
    targetVariableType?: ConversationVariableType