vlocode-project - v1.41.2
    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