ChatBotKit Node SDK
    Preparing search index...
    InputFunction: {
        description: string;
        handler?: (
            args: HandlerArgs,
            options: HandlerOptions,
        ) => Promise<HandlerResult>;
        name: string;
        parameters: BasicParametersSchema | ValidatingParametersSchema;
    }

    Type Declaration