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

    Interface BotInvocationMapping

    interface BotInvocationMapping {
        parameterName: string;
        recordName?: string;
        type: BotInvocationMappingType;
        value?: string;
        variableName?: string;
        variableType?: ConversationVariableType;
    }
    Index

    Properties

    parameterName: string
    recordName?: string
    value?: string
    variableName?: string